
CVE-2011-2523 の Python3 エクスプロイト。VSFTPD 2.3.4 バックドアを利用して、脆弱な FTP サーバーでリモートコマンド実行を獲得します。
これは、socketモジュールとtelnetlibモジュールを使用して、VSFTPD 2.3.4 のバックドアコマンド実行の脆弱性 CVE-2011-2523 を悪用する python3 スクリプトです。
# 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
