
Python exploit for vsftpd 2.3.4 - Backdoor Command Execution
This repository contains a Python-based exploit targeting a maliciously backdoored version of vsFTPd 2.3.4. Unlike traditional vulnerabilities, this backdoor was introduced by an unauthorized modification of the official binary hosted on the vsFTPd site in 2011.
Ensure the following dependencies are installed:
sudo apt update
sudo apt install python3
git clone https://github.com/BolivarJ/CVE-2011-2523.git
cd CVE-2011-2523
chmod +x exploit.py
python3 exploit.py <TARGET_IP>