Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks.
spooftooph
spooftooph -h
Intercept Bluetooth on Windows
Install Bluetooth Test Platform (BTP)
Download and install the Bluetooth Test Platform (BTP). It will be located in C:\BTP.
Intercept Bluetooth packets using Bluetooth Virtual Sniffer (BTVS) and Wireshark
- Official Documentation on BTVS (Microsoft)
Run btvs.exe using the command prompt\PowerShell console
cd C:\BTP\v1.14.0\x86\
btvs.exe -Mode Wireshark
If Wireshark is installed, Wireshark will automatically open.
- Click Full packet logging.
- Double-click on interface TCP@127.0.0.1:24352 in Wireshark.
Otherwise, manually start Wireshark and provide the default TCP pipe as the interface:
wireshark -k -i TCP@127.0.0.1:24352