Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitx/dedsec-bluetooth-exploit
Bluetooth speaker killer
https://github.com/0xbitx/dedsec-bluetooth-exploit
Last synced: about 2 months ago
JSON representation
Bluetooth speaker killer
- Host: GitHub
- URL: https://github.com/0xbitx/dedsec-bluetooth-exploit
- Owner: 0xbitx
- License: mit
- Created: 2023-04-01T13:55:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T18:30:03.000Z (7 months ago)
- Last Synced: 2024-06-14T01:54:14.375Z (7 months ago)
- Size: 576 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DEDSEC BLUETOOTH EXPLOIT
bt_dedsec is a bluetooth hacking device/tool using (esp32 nodemcu and esp-prog) can perform dos attack on any bluetooth device like
bluetooth speaker,smartphone,IoT device, etc. using BRAKTOOTH exploitBraktooth is a collection of flaws affecting commercial bluetooth stacks on more than 1,400 chipsets
used in billions of devices - including smartphones, PCs, toys, speakers, internet of things(Iot) devices
and industrial equipment - that rely on bluetooth Classic (BT) for communication
## requirements:
ESP32-devkit v1 nodeMCU
ESP-prog
Jumper wire female-female (8pcs)
Data usb cable
Ubuntu 18.04
VMWare
USB 3.0 port
## installation:
Open VMWare and USB 3.0 enabled. We recommend Ubuntu 18.041. git clone https://github.com/0xbitx/DEDSEC-Bluetooth-exploit.git
2. cd DEDSEC-Bluetooth-exploit
3. sudo apt install unzip python3-dev
4. tar -xzvf braktooth.tar.gz
5. cd braktooth
6. sudo ./requirements.sh
7. connect esp32 nodeMCU via usb cable to your pc
8. sudo esptool.py erase_flash (boot button maintained)
9. connect the esp32 nodemcu and esp-prog
## pinout :
```
----------------------------------------
no. Esp-prog Esp32
----------------------------------------
1. GND - GND
2. 3.3v - 3.3v
JTAG
3. TMS - gpio14
4. TCK - gpio13
5. TDO - gpio15
6. TDI - gpio12
SERIAL
7. TX - TX
8. RX - RX
----------------------------------------
```10. connect esp-prog via usb cable to your pc
11. cd firmware
12. sudo python3 firmware.py flash /dev/ttyUSB1 (check your esp prog path | command: ls /dev/ttyUSB* )
13. then hold the BOOT button on (esp32 nodemcu) - dont forget to press RESET button afterwards### usage:
```
sudo ./dedsec_braktooth_cli
```### help:
datasheet for [ESP32 NODEMCU](https://cdn.shopify.com/s/files/1/1509/1638/files/ESP_-_32_NodeMCU_Developmentboard_Datenblatt_AZ-Delivery_Vertriebs_GmbH_10f68f6c-a9bb-49c6-a825-07979441739f.pdf?v=1598356497)datasheet for [ESP32 PROG](https://docs.espressif.com/projects/espressif-esp-iot-solution/en/latest/hw-reference/ESP-Prog_guide.html)
DISCLAIMER
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.