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
vsftpd2.3.4-backdoor-exploit — vsftpd 2.3.4 Backdoor Exploit (CVE-2011-2523) | Kitploit
Tools/GitHubGitHub/brettsm/vsftpd2.3.4-backdoor-exploit
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubbrettsm/vsftpd2.3.4-backdoor-exploit

vsftpd2.3.4-backdoor-exploit

vsftpd 2.3.4 Backdoor Exploit (CVE-2011-2523)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
5 months agoNot yet reviewed

vsftp2.3.4-backdoor-exploit

vsftpd 2.3.4 Backdoor Exploit (CVE-2011-2523)

Requirements

  • Python 3.11+ recommended
  • psutil Python package

Installation

Windows

  1. Make sure Python is installed:
root@kitploit:~
py --version
  1. Install dependencies:
root@kitploit:~
py -m pip install psutil
  1. Run the script:
root@kitploit:~
py vsftpd_234_backdoor.py

macOS

  1. Make sure Python 3 is installed:
root@kitploit:~
python3 --version
  1. Install dependencies:
root@kitploit:~
python3 -m pip install psutil
  1. Run the script
root@kitploit:~
python3 vsftp_234_backdoor.py

Linux

  1. Make sure Python 3 is installed:
root@kitploit:~
python3 --version
  1. Install dependencies:
root@kitploit:~
python3 -m pip install psutil
  1. Run the script:
root@kitploit:~
python3 vsftp_234_backdoor.py
Download Tool