Scapy is a library for crafting any kinds of ip packets in python. Is there something similar for bluetooth? I have looked at libraries such as bleno and noble for nodejs but they allow discovery and advertisements for BLE.
Asked
Active
Viewed 777 times
1 Answers
0
Scapy is a library for crafting any kinds of ip packets in python. Is there something similar for bluetooth?
Scapy does support bluetooth: it's included in the default layers https://github.com/secdev/scapy/blob/master/scapy/layers/bluetooth.py

Cukic0d
- 5,111
- 2
- 19
- 48