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!
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 code
to 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!