Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 312 Bytes

postgres.md

File metadata and controls

18 lines (12 loc) · 312 Bytes

Check version

  • Use nmap version scan to get postgres version.

  • use auxiliary/scanner/postgres/postgres_version

Try default credentials

  • try postgres as password for user postgres
psql -h 192.168.14.129 -U postgres

Brute force login

use auxiliary/scanner/postgres/postgres_login