Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

A Series of Baseband & LMP Exploits against Bluetooth Classic Controllers
https://braktooth.com
431 stars 85 forks source link

[Question] Dev Kit with LCD Screen and Kali Linux #19

Open dfris2003 opened 1 year ago

dfris2003 commented 1 year ago

First total noob, just trying to learn BT attacks.

I did try and install this on kali linux. I was able to install everything, and update my dev board. but the fuzzer would not work. it gave a libtbb.0s.2 error. Found on the closed section its a kali linux error. I was able to install with Virtual Box and Ubuntu 18.04 and got it all working. Have not tested any attacks yet.

Question: My esp32-wrover-dev kit came with an lcd screen. when I first hooked it up, it would display an ESP32 screen. After the flash, it does not show anything any more. I am assuming this is normal. Just wanted to ask and make sure i didnt fry my board.

thanks and I looking forward to learning more on this attack.

Matheus-Garbelini commented 1 year ago

Hi @dfris2003,

Yes, the LCD not working is normal as the esp32 firmware does not make use of it. Do note that using Virtual Box is not recommended as we had some issues with its USB handling. Instead Vmware player can be used successfully. Do remember to switch the USB configuration to 3.0 under VM settings.