Python tool to scan for Bluetooth
Find a file
2022-12-21 10:23:15 +00:00
btscan.py Added support for Wireshark manuf.txt 2021-05-11 14:21:04 +02:00
LICENSE Initial commit 2021-04-21 13:50:57 +02:00
README.md Update README.md 2022-12-21 10:23:15 +00:00
requirements.txt btscanner v0.1 works 2021-04-21 13:59:17 +02:00

DeviceScanner

Python tool to scan for Bluetooth

btscan

The command line classic Bluetooth and Bluetooth LE scanner with text, Json and XML output.

Usage:

$ sudo python btscan.py

or as root:

# python btscan.py

You might want to use manuf.txt from Wireshark on gitlab to link MAC addresses and manufacturers:

$ sudo python btscan.py -m manuf.txt

For command line arguments (there aren't much) run:

$ python btscan.py --help