Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
MassExploit-CVE-2024-4577 — CVE-2024-4577 Mass Scanner & Exploit Tool | Kitploit
Tools/GitHubGitHub/cirqueiradev/massexploit-cve-2024-4577
ReconnaissanceVulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration Testing
GitHubcirqueiradev/massexploit-cve-2024-4577

MassExploit-CVE-2024-4577

CVE-2024-4577 Mass Scanner & Exploit Tool

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
5249 months agoNot yet reviewed

CVE-2024-4577 Mass Scanner & Exploit Tool

This Python script automates the detection of servers vulnerable to CVE-2024-4577, a critical vulnerability in PHP-CGI that allows remote code execution (RCE) through specially crafted query parameters.

The tool sends a PHP payload (<?php phpinfo(); ?>) using auto_prepend_file=php://input and detects vulnerability by analyzing the server's response for signs of successful code execution.


Affected Versions

based on the original https://devco.re/ This vulnerability affects all versions of PHP installed on the Windows operating system:

root@kitploit:~
PHP 8.3 < 8.3.8
PHP 8.2 < 8.2.20
PHP 8.1 < 8.1.29

Usage

root@kitploit:~
pip install -r requirements.txt
root@kitploit:~
python CVE-2024-4577.py list.txt 50
  • list.txt: A file containing one domain per line
  • 50: Number of threads to use

Output

  • Vulnerable URLs are saved to vulnerable.txt

Disclaimer

This tool is created for educational purposes or authorized security assessments only.
Unauthorized scanning or exploitation of third-party systems is illegal and may violate service terms or criminal laws.
Use responsibly.


Coded by CirqueiraDev

Download Tool