
Python-Exploit für CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution)
Dies ist ein Python3-Skript, um die CVE-2011-2523, die VSFTPD 2.3.4 Backdoor Command Execution, unter Verwendung der Socket- und Telnetlib-Module auszunutzen.
# Install dependencies :
pip3 install termcolor argparse
# Git cloning the project
git clone https://github.com/NullBrunk/CVE-2011-2523.git
cd CVE-2011-2523/
# Launch it :
chmod +x exploit.py
./exploit.py -h
