Postgres Enumeration

psql -U postgres -W -h 192.168.212.47 -p 5437
SELECT user;
\list
SELECT version();

Now check for exploits and use searchsploit -m multiple/remote/50847.py if version is from 9.3 to 11.7

Last updated