SMTP [Initial Access]
On seatching google with version shown, I came to know about below exploit. Although version is not matching but there is possiblity that this vulnerabilty exist in old explit.
OpenSMTPD 2.0.0 exploitsearchsploit -m 47984RUnned this but not getting anything.

So, I graped CVE from exploit and searched on github.
I found below script.
this need pwn tool. So, install it in virtual environment.
Start the listener on port 80 (as port 80 is open)
Run the exploit wiht python reverse shell code.


Got the shell.
Last updated
Was this helpful?