Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

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

If I want to fuzz Bluetooth, do I need to pair first? How can I obtain this information about fuzzing? #37

Open Taolaw opened 4 months ago

Taolaw commented 4 months ago

As the title suggests, I have encountered some Bluetooth targets that require pairing before I can continue fuzzing. However, I need to know what the pairing code is. I saw in the README that I can specify thePIN codeto use in the config file. But first, I need to know the pairing code calculated between the ESP32 and the target Bluetooth device. This issue has been bothering me for a long time. I would like to ask if you have any good solutions. I noticed that your design must have considered the pairing issue, but I am confused about how to input the correct pairing code. I hope you can see this and provide guidance. Thank you!