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 vsftpd 2.3.4 - Backdoor Command Execution | Kitploit
Tools/GitHubGitHub/lynk4/cve-2011-2523
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access ToolPayload Development
GitHublynk4/cve-2011-2523

CVE-2011-2523

Python exploit for vsftpd 2.3.4 - Backdoor Command Execution

View Repository
413 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 - vsftpd 2.3.4 Exploit

Description

Very Secure FTP Daemon (vsftpd) is an FTP server for Unix-like platforms, including Linux. It is distributed under the terms of the GNU General Public Licence. It supports IPv6 as well as SSL.

It was revealed in July 2011 that vsftpd version 2.3.4, which could be downloaded from the master site, had been compromised. Users login onto a hacked vsftpd-2.3.4 server can acquire a command shell on port 6200 by entering a:) smileyface as the username. This was not a security flaw in vsftpd; rather, someone had uploaded a separate version of vsftpd that had a backdoor. The site has since been migrated to Google App Engine.

Requirements

root@kitploit:~
sudo apt update
sudo apt install python3
sudo apt install python3-pip
pip install argparse

Installation

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

Usage

root@kitploit:~
python3 exploit.py -host Target_IP

ck

Test

You can test the exploit on Metasploitable2

Download Tool