| | - Setup Pi for BLE - |
---|
| | |
---|
| | sudo apt-get install bluez bluez-tools python-bluez (gives us hcitool & gatttool + python imports for bluez) |
---|
| | sudo apt-get install bluez bluez-tools python3-bluez (gives us hcitool & gatttool + python imports for bluez) |
---|
| | |
---|
| | ### install bleah ### |
---|
| | cd /opt |
---|
| | git clone https://github.com/evilsocket/bleah.git |
---|
| |
---|
| | git clone https://gitlab.com/kalilinux/packages/spooftooph.git |
---|
| | cd spooftooph/ |
---|
| | make |
---|
| | make install |
---|
| | |
---|
| | |
---|
| | ### restart bluetooth device ### |
---|
| | sudo hciconfig hci0 down && sudo hciconfig hci0 up |
---|
| | |
---|
| | |