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
CVE-2011-2523-poc — Python exploit for CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution) | Kitploit
Tools/GitHubGitHub/4m3rr0r/cve-2011-2523-poc
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHub4m3rr0r/cve-2011-2523-poc

CVE-2011-2523-poc

Python exploit for CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution)

View Repository
412 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

CVE-2011-2523-poc

This is a python3 script to exploit the CVE-2011-2523, the VSFTPD 2.3.4 Backdoor Command Execution, using socket and telnetlib modules

alt text

Requirements

root@kitploit:~
sudo python3 -m pip install pwntools

Install

root@kitploit:~
git clone https://github.com/4m3rr0r/CVE-2011-2523-poc.git
cd CVE-2011-2523-poc/
chmod +x exploit.py

Usage

root@kitploit:~
./exploit.py -t IP -p Port
Download Tool