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
CVE-2024-4577 — CVE-2024-4577 Exploits | Kitploit
Tools/GitHubGitHub/bughuntar/cve-2024-4577
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbughuntar/cve-2024-4577

CVE-2024-4577

CVE-2024-4577 Exploits

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Fastest CVE-2024-4577 Exploitation Tool

Description: PHP CGI Remote Code Execution

The CVE-2024-4577 Exploit Tool (exploit.py) is a Python script designed to exploit web servers' specific vulnerability (CVE-2024-4577). Based on the response content, it sends POST requests to a list of provided hosts to determine if they are vulnerable.

Features

  • Multi-threaded execution for faster testing across multiple hosts.
  • Checks for CVE-2024-4577 vulnerability by sending POST requests with custom headers and data.
  • Outputs results to the console and optionally to a specified output file.
  • Provides a summary of requests sent, vulnerable hosts found, not vulnerable hosts, and errors encountered.

Requirements

  • Python 3.6 or higher
  • requests library (pip install requests)
  • colorama library for colored console output (pip install colorama)

Usage

Installation

  1. Clone or download the repository to your local machine.

  2. Install required dependencies using pip:

root@kitploit:~
   sudo pip install requests colorama

Onliner Installation:

root@kitploit:~
git clone https://github.com/cybersagor/CVE-2024-4577.git &&
cd CVE-2024-4577 &&
sudo chmod +x exploit.py &&
sudo pip install requests colorama

Command-line Arguments

root@kitploit:~
python exploit.py -l host.txt -o output.txt -w 150
Download Tool