5 matches found
CVE-2023-23752
CVE-2023-23752 介绍 开源,go多并发批量探测poc,准确率高. 测试1k条数据,耗时40s左右,结果准确率90%以上 使用方法 root@kitploit: 生成linux执行文件 set CGOENABLED=0 set GOOS=linux go build cve-2023-23752-PoC.go 生成windows执行文件 set CGOENABLED=1 set GOOS=windows go build cve-2023-23752-PoC.go cve-2023-23752-Poc -l url.txt 结果保存在当前文件夹下out.txt...
CVE-2025-59718-Fortinet-Poc
CVEs: CVE-2025-59718 / CVE-2025-59719 Fortinet Poc 用于检测 Fortinet(FortiOS / FortiGate)设备中与 CVE-2025-59718 和 CVE-2025-59719 相关漏洞的工具,通过多种识别技术实现:被动、主动和认证方式。 支持: • 通过指纹识别进行被动检测 • 主动验证(非破坏性) • 通过 SSH 进行认证连接 • 按文件批量扫描 • 导出结构化结果(JSON) 用法 最可靠的验证方式(含主动测试)⭐ 推荐 root@kitploit: python3 main.py --mode passive...
CVE-2025-68926
PoC 使用说明 单目标探测 root@kitploit: python poc.py -H 127.0.0.1 -p 9000 输出包含 vulnerable: True/False 和解码后的 serverproperties。 批量探测 1. 在文件中按行写入 host:port,例如: root@kitploit: 10.0.0.1:9000 10.0.0.5:9000 2. 运行: root@kitploit: python poc.py -l targets.txt...
CVE-2021-45232
Apache APISIX Dashboard 接口未授权访问 说明 该工具集成了fofa和poc一键检测功能、实现了一键从fofa爬取和一键检测(边爬边测) 使用方法 使用版本Version:python3 测试前要先更改自己的fofatoken值与更改变量fofa语法自定义测试范围 image-20220108153856024 python3 CVE-2021-45232.py 3 1 image-20220108153151252 image-20220108153428170 结果会保存在resualt.txt中...
CVE-2021-25281
An issue was discovered in through SaltStack Salt before 3002.5. salt-api does not honor eauth credentials for the wheelasync client. Thus, an attacker can remotely run any wheel modules on the master...