greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

Question BT 5.0 #431

Closed urok1993 closed 3 years ago

urok1993 commented 3 years ago

The goal is to get BT device MAC addresses. Is it possible to get BT 5.0 device MAC addresses with Ubertooth One?

mikeryan commented 3 years ago

Yes if you're specifically looking for BLE addresses, try ubertooth-btle -n. That will output all observed advertising packets, and you can either grep stdout for addresses or capture to PCAP with -c and filter that way.