Charmve / BLE-Security-Attack-Defence

✨ Purpose only! The dangers of Bluetooth Low Energy(BLE)implementations: Unveiling zero day vulnerabilities and security flaws in modern Bluetooth LE stacks.
https://github.com/Charmve
BSD 2-Clause "Simplified" License
279 stars 39 forks source link

Missing dependencies #3

Open YY-chen555 opened 1 year ago

YY-chen555 commented 1 year ago

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!