mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Trouble getting Ubertooth to work with any of the BLE modules.

Open Jbvh opened this issue 2 years ago • 7 comments
trafficstars

Whenever I try to launch ubertooth using any mirage BLE modules, it doesn't work. I've got the latest ubertooth 2020-12-R1 firmware and I've even tried using it on VirtualBox instead of VMware. (It works on other github projects.)

https://github.com/RCayre/mirage/assets/126491977/f7359283-9d2c-4ad1-9b8c-eacb49996535

Jbvh avatar Jun 09 '23 02:06 Jbvh

I won't have a chance to test with my ubertooth till next week, but I noticed you're putting the interface as ubertooth and not say ubertooth0. Not sure if that would change anything, but I notice it says this under the mirage documentation.

"The corresponding interfaces are : ubertoothX (e.g. “ubertooth0”)"

alphafox02 avatar Jun 18 '23 00:06 alphafox02

I already tried ubertooth1-9, none seem to work for me. It's always the same problem, it just disconnects.

Jbvh avatar Jun 22 '23 15:06 Jbvh

I also have the same problem with Ubertooth One. I'm running firmware version: 2020-12-R1 (API:1.07)

mma4194 avatar Jul 21 '23 13:07 mma4194

I finally got around to also trying this on my end. A ble scan ends in a seg fault, however, blue hydra can use the ubertooth without issue.

This is on 22.04 w/ latest Mirage + latest ubertooth firmware.

alphafox02 avatar Aug 20 '23 17:08 alphafox02

What about jamming bluetooth? Is there any other tool that can interfere with ble packets?

Jbvh avatar Aug 29 '23 15:08 Jbvh

I have no idea what's different, but I just plugged in my ubertooth and went right to loading ble_scan with it. I even tried ble_sniff

 << ble_sniff >>~~> set INTERFACE ubertooth0       
 << ble_sniff >>~~> run
[SUCCESS] Ubertooth Device (ubertooth0) successfully instanciated !

I get packet results.

alphafox02 avatar Sep 16 '23 23:09 alphafox02

This is interesting. Running the same Mirage, same 22.04 setup on my desktop and it fails just as we've discussed. I then switch the Ubertooth to a small, newer mini x86_64 PC with (best I can tell) same exact software setup and everything works with the Ubertooth and Mirage.

alphafox02 avatar Sep 17 '23 00:09 alphafox02