
استغلال Python3 لـ CVE-2011-2523، مستفيدًا من الباب الخلفي في VSFTPD 2.3.4 للحصول على تنفيذ الأوامر عن بُعد على خوادم FTP الضعيفة.
هذا نص برمجي بلغة Python3 لاستغلال الثغرة CVE-2011-2523، وهي تنفيذ أوامر الباب الخلفي في VSFTPD 2.3.4، باستخدام وحدات socket و telnetlib.
# 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
