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
vsftpd-backdoor — Exploit hecho en python para vsftpd 2.3.4 | CVE-2011-2523 | Kitploit
Tools/GitHubGitHub/lychi3/vsftpd-backdoor
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHublychi3/vsftpd-backdoor

vsftpd-backdoor

Exploit hecho en python para vsftpd 2.3.4 | CVE-2011-2523

View Repository
1 year 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

Exploit for the vsftpd 2.3.4 Backdoor (CVE-2011-2523)

This exploit takes advantage of a backdoor in version 2.3.4 of the vsftpd FTP service. The backdoor was maliciously introduced into the source code and allows remote command execution as root on the affected server

Exploit

How it works

The backdoor is triggered by sending a username that contains the characters :) followed by any password. This causes the server to open a connection on port 6200, where an interactive shell can be obtained

Requirements:

  • Python 3
  • pwntools

Installation

root@kitploit:~
git clone https://github.com/Lychi3/vsftpd-backdoor.git
cd vsftpd-backdoor
pip install pwntools

Usage

Run the script by providing the IP address of the vulnerable server:

root@kitploit:~
python3 vsftpd_exploit.py <dirección_ip>

If the server is vulnerable, an interactive shell will be opened

Download Tool