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
Tools/GitHubGitHub/trya9ain/cve-2026-24061
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubtrya9ain/cve-2026-24061

CVE-2026-24061

Batch scanner for CVE-2026-24061 that scans multiple IPs/CIDRs for vulnerable services, with configurable ports, timeouts, and threading for efficient large-scale vulnerability detection.

View Repository
947 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

CVE-2026-24061 Batch Scanning Tool

How to use

root@kitploit:~
options:
  -h, --help            show this help message and exit
  -t, --target TARGET   Target IP/CIDR or comma-separated list (repeatable)
  -f, --file FILE       File with targets (IP/CIDR, one per line or comma-separated)
  -p, --port PORT       Target port(s), default 23. Comma-separated for multiple ports.
  --connect-timeout CONNECT_TIMEOUT
                        TCP connect timeout in seconds (default: 3.0)
  --read-timeout READ_TIMEOUT
                        Read timeout in seconds for banner/prompt (default: 2.0)
  --id-timeout ID_TIMEOUT
                        Read timeout in seconds after sending 'id' (default: 2.0)
  --threads THREADS     Number of concurrent threads (default: 50)
  --user-value USER_VALUE
                        USER env value to send (default: '-f root')
  -v, --verbose         Enable verbose logging

Single Target Scan

root@kitploit:~
python cve_2026_24061_scanner.py -t ip
image

Batch Scanning

root@kitploit:~
python cve_2026_24061_scanner.py -f targets.txt
image
Download Tool