5432 - Postgres
Connect to postgresql:
psql -h $targetip -p 5432 -U admin -W #password: admin
psql -h $targetip -p 5432 -U postgres -W #password: postgres
Last updated
Was this helpful?
Connect to postgresql:
psql -h $targetip -p 5432 -U admin -W #password: admin
psql -h $targetip -p 5432 -U postgres -W #password: postgres
Last updated
Was this helpful?