5432 PostgreSQL DB
PostgreSQL DB Connection, Enumeration and Exploitation
PostgreSQL DB Connection
psql -h <host> -p <port> -U <username> -W <password> <database> Enumeration
PostgreSQL DB Exploitation
COPY FROM PROGRAM Command Execution (Metasploit)

Last updated