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

-CVE-2011-2523

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

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

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

How to install ?

root@kitploit:~
# Install dependencies :
pip3 install termcolor argparse

# Git cloning the project
git clone https://github.com/0xSojalSec/CVE-2011-2523.git
cd CVE-2011-2523/

# Launch it :
chmod +x exploit.py
./exploit.py -h
./exploit.py -i terget -p port

Download Tool