Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-24061 — 批量扫描器,用于 CVE-2026-24061,可扫描多个 IP/CIDR 以发现易受攻击的服务,支持可配置端口、超时和线程,以实现高效的大规模漏洞检测。 | Kitploit
工具/GitHubGitHub/trya9ain/cve-2026-24061
侦察漏洞扫描器漏洞利用网络安全渗透测试
GitHubtrya9ain/cve-2026-24061

CVE-2026-24061

批量扫描器,用于 CVE-2026-24061,可扫描多个 IP/CIDR 以发现易受攻击的服务,支持可配置端口、超时和线程,以实现高效的大规模漏洞检测。

查看仓库
947个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-24061

CVE-2026-24061 批量扫描工具

使用方法

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

单目标扫描

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

批量扫描

root@kitploit:~
python cve_2026_24061_scanner.py -f targets.txt
image
下载工具