Analyzing Bluetooth Low Energy Traffic

前端 未结 4 1026
夕颜
夕颜 2020-12-28 10:56

While trying to study BLE I am wondering if it is possible to analyse it through tools like Wireshark and snort? I came across one by the name \"ubertooth\" but that\'s a US

4条回答
  •  春和景丽
    2020-12-28 11:36

    BLE is supported on most android devices. You can record bluetooth packets simply by going to Developer Options-> Enable Bluetooth HCI snoop log. The log will be saved at /sdcard/btsnoof_hci.log. This however won't work if your goal is to passively monitor, it will only get traffic to and from your device.

提交回复
热议问题