You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this script BLE-Security-Attack-Defence/01_BlueBorne/android/doit.py
` root@dragon:/home/dragon/BLE-Security-Attack-Defence/01_BlueBorne/android# python2 doit.py hci0 (I don't know how to get a BDAddr ,is that a MAC addr?)xx.xx.xx.xx
Traceback (most recent call last):
File "doit.py", line 8, in <module>
import bluetooth
ImportError: No module named bluetooth
`
I have two questions.
The first one is that I don't know much about BDAddr and I don't know how to get the address. I googled it, but I didn't find the way to get the corresponding address, can you please help me to answer it, thank you very much.
Secondly, I have a problem with missing dependencies, my python2 can't find the Bluetooth module. I have installed bluez,pwn,libbluetooth-dev and pybluez.
Looking forward to your reply as soon as possible, thanks again!
The text was updated successfully, but these errors were encountered:
I am using this script BLE-Security-Attack-Defence/01_BlueBorne/android/doit.py
I have two questions.
The first one is that I don't know much about BDAddr and I don't know how to get the address. I googled it, but I didn't find the way to get the corresponding address, can you please help me to answer it, thank you very much.
Secondly, I have a problem with missing dependencies, my python2 can't find the Bluetooth module. I have installed bluez,pwn,libbluetooth-dev and pybluez.
Looking forward to your reply as soon as possible, thanks again!
The text was updated successfully, but these errors were encountered: