Default Credentials

postgres/postgres

Service Enumeration

Important Roles to check for:

PostgreSQL Commands

Connecting to the database

psql -h <hostname or ip address> -p <port number of remote machine> -d <database name which you want to connect> -U <username of the database server>

List all roles and attributes

\du

List available databases and tables

\list