diff --git a/pentesting/pentesting-postgresql.md b/pentesting/pentesting-postgresql.md index d5b15079..83a1d037 100644 --- a/pentesting/pentesting-postgresql.md +++ b/pentesting/pentesting-postgresql.md @@ -15,7 +15,7 @@ PORT STATE SERVICE ```bash psql -U # Open psql console with user -psql -h -d # Remote connection +psql -h -U -d # Remote connection psql -h -p -U -W # Remote connection ```