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-2026-24061 — Python-based exploit for CVE-2026-24061, targeting a network service with customizable port and debug mode for security testing. | Kitploit
Tools/GitHubGitHub/brainbob/cve-2026-24061
Vulnerability AnalysisExploitationWeb Application ExploitationNetwork SecurityPenetration Testing
GitHubbrainbob/cve-2026-24061

CVE-2026-24061

Python-based exploit for CVE-2026-24061, targeting a network service with customizable port and debug mode for security testing.

View Repository
7 months 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-2026-24061 Exploit - Work Version (v0.1)

Usage

Run the script with a target host:

root@kitploit:~
python3 exploit.py 192.168.1.1 -p 2323 --debug

Arguments

  • positional arguments: target IP or hostname of the target

  • options: -h, --help show this help message and exit -p, --port PORT Port (default 23) --debug Enable debug mode

Example

root@kitploit:~
python3 exploit.py 192.168.1.1
python3 exploit.py 192.168.1.1 -p 2323 --debug
Download Tool