For the complete documentation index, see llms.txt. This page is also available as Markdown.

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