
Python3용 VSFTPD 2.3.4 백도어 명령 실행(CVE-2011-2523) 익스플로잇 스크립트로, 대상 FTP 서비스에 연결하여 socket과 telnetlib을 사용해 셸을 실행합니다.
이것은 VSFTPD 2.3.4 백도어 명령 실행 취약점인 CVE-2011-2523을 소켓과 telnetlib 모듈을 사용하여 익스플로잇하는 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