Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 488 Bytes

PHP CGI RCE (CVE-2024-4577) Scanner

Just a tool for educational purposes. No legal responsibility.

Scanning CVE-2024-4577 vulnerability with a url list.

Not only sending exploit, but also checking PHP version and whether php-cgi exists. Make it more informative to know why (or why not) exploit success.

Usage

# install dependencies
pip install -r requirements.txt
# write urls to urls.txt
vim urls.txt
# run scanner
python3 -W ignore scanner.py