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 | Kitploit
Tools/GitHubGitHub/didarul342/cve-2024-4577
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubdidarul342/cve-2024-4577

CVE-2024-4577

View Repository
1 year 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

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

root@kitploit:~


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

Download Tool