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
Tools/GitHubGitHub/gill-singh-a/vsftp-2.3.4-remote-root-shell-exploit
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access ToolPayload Development
GitHubgill-singh-a/vsftp-2.3.4-remote-root-shell-exploit

vsFTP-2.3.4-Remote-Root-Shell-Exploit

A Simple Python Program that uses gets a Remote Root Shell on the Target Device by exploiting a Vulnerability (CVE-2011-2523) present in vsFTP 2.3.4

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

vsFTP 2.3.4 Remote Root Shell Exploit

A Simple Python Program that uses gets a Remote Root Shell on the Target Device by exploiting a Vulnerability (CVE-2011-2523) present in vsFTP 2.3.4

Requirements

Language Used = Python3
Modules/Packages used:

  • socket
  • os
  • pexpect
  • paramiko
  • getpass
  • datetime
  • optparse
  • colorama
  • multiprocessing
  • time

Install the dependencies:

root@kitploit:~
pip install -r requirements.txt

Result

After Successful Exploitation, we can directly ssh to the target device as root user.

Download Tool