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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-6992-PoC — 基于 https://github.com/utmost3/cve/issues/2 重构的漏洞概念验证。本漏洞的发现并非我的功劳。仅供教育和作品集展示之用。 | Kitploit
工具/GitHubGitHub/nicholas-howland/cve-2026-6992-poc
蓝牙安全漏洞分析漏洞利用渗透测试学习与教育二进制利用
GitHubnicholas-howland/cve-2026-6992-poc

CVE-2026-6992-PoC

基于 https://github.com/utmost3/cve/issues/2 重构的漏洞概念验证。本漏洞的发现并非我的功劳。仅供教育和作品集展示之用。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-6992-PoC

针对蓝牙 PIN RCE 注入漏洞 CVE-2026-6992 的概念验证漏洞利用,重新整理自 https://github.com/utmost3/cve/issues/2 本人不声称发现该漏洞。本内容仅用于教育和作品集展示目的。对于不具备通过蓝牙进行管理能力的设备,此 PoC 可能无法生效。JNAP 请求较为棘手。

用法与详情

此漏洞利用程序应适用于具有蓝牙功能的 MR9600 路由器。

root@kitploit:~
usage: CVE-2026-6992-PoC.py [-h] -ti TARGETIP [-tp TARGETPORT] -lp LISTENPORT -li LISTENIP [-u USERNAME] [-p PASSWORD] [-s]

options:
  -h, --help            show this help message and exit
  -ti, --targetIP TARGETIP
                        Target IP address of the vulnerable router
  -tp, --targetPort TARGETPORT
                        Listening port for the administrative interface, defualts to 80
  -lp, --listenPort LISTENPORT
                        Listening port on the testers machine
  -li, --listenIP LISTENIP
                        IP address that is listening, usually 192.168.1.1
  -u, --username USERNAME
                        Administrator username to be used, defaults to admin
  -p, --password PASSWORD
                        Password for the administrator account, defaults to admin
  -s, --https           Use https instead of http, http is most common listening protocol on MR9600

下载工具