mikeryan/crackle

Updates

Closed this issue · 6 comments

going to make any more updates?

Are there any specific features / bugs you would like to see fixed? As of now crackle is feature-complete from my perspective, but I'm open to suggestions.

i was wondering if it was possible for it to work with nethunter or just in genral an android device, but does the bluetooth adapter matter? would have to use something like ubertooth and connect that to my nexus?

Crackle requires low-level link layer packets that are not available when using a generic Bluetooth dongle. You will need to use an Ubertooth or other low-level sniffer in order to capture the packets.

I have not experimented with connecting an Ubertooth to an Android device with USB OtG support, but I suspect it would work. In order to use the existing BLE capturing tools on Android, you would need to have a rooted device for libusb support. Alternatively it would be possible to develop an Ubertooth app that uses Android's native USB support, but this does not yet exist.

ok thanks for the info and could you give me some other options for a bluetooth dongle to use.

The only other Bluetooth sniffer I know of is the TI 2540 dongle. It is cheaper than Ubertooth, but it is only supported by TI's proprietary Windows software. I wouldn't expect to be able to use it on Android without considerable coding effort.

ok thanks for every thing.