PostgreSQL Port (5432, 5433)
How to connect
psql -U <myuser> # Open psql console with user
psql -h <host> -U <username> -d <database> # Remote connection
psql -h <host> -p <port> -U <username> -W <password> <database> # Remote connectionEnumeration
\l\c <database_name>\dtSELECT * FROM <table_name>;Read File
List Directory
Reverse Shell WAF Bypass through SQLI
Última actualización
¿Te fue útil?