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 exploit
Braktooth 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:
installation:
Open VMWare and USB 3.0 enabled. We recommend Ubuntu 18.04
git clone https://github.com/0xbitx/DEDSEC-Bluetooth-exploit.git
cd DEDSEC-Bluetooth-exploit
sudo apt install unzip python3-dev
tar -xzvf braktooth.tar.gz
cd braktooth
sudo ./requirements.sh
connect esp32 nodeMCU via usb cable to your pc
sudo esptool.py erase_flash (boot button maintained)
connect the esp32 nodemcu and esp-prog
pinout :
connect esp-prog via usb cable to your pc
cd firmware
sudo python3 firmware.py flash /dev/ttyUSB1 (check your esp prog path | command: ls /dev/ttyUSB* )
then hold the BOOT button on (esp32 nodemcu) - dont forget to press RESET button afterwards
usage:
help:
datasheet for ESP32 NODEMCU
datasheet for ESP32 PROG