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-7399-POC — Python-based proof-of-concept exploit for CVE-2024-7399 with check, command execution, and file upload capabilities against HTTPS endpoints. | Kitploit
Tools/GitHubGitHub/davidxbors/cve-2024-7399-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubdavidxbors/cve-2024-7399-poc

CVE-2024-7399-POC

Python-based proof-of-concept exploit for CVE-2024-7399 with check, command execution, and file upload capabilities against HTTPS endpoints.

View Repository
11 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-7399

Exploit for CVE-2024-7399. More details can be found here: https://davidxbors.github.io/0xpages/posts/cve-2024-7399/.

Usage:

root@kitploit:~
python3 CVE-2024-7399.py https://localhost:7002/ --check
python3 CVE-2024-7399.py https://localhost:7002/ --execute
python3 CVE-2024-7399.py https://localhost:7002/ --upload test.txt

When executing commands, use cmd /c or powershell -c before your actual command!

Download Tool