
CVE-2011-2523(VSFTPD 2.3.4 백도어 명령 실행)을 위한 Python 익스플로잇
이것은 CVE-2011-2523, VSFTPD 2.3.4 백도어 명령 실행 취약점을 소켓 및 telnetlib 모듈을 사용하여 익스플로잇하는 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
