schollz / find3-cli-scanner

The command-line scanner that supports Bluetooth and WiFi
https://www.internalpositioning.com/doc/tracking_your_computer.md
148 stars 55 forks source link

Add flag to allow processing all packets #22

Closed hit0ri closed 6 years ago

hit0ri commented 6 years ago

This allows to passively scan Android 6.0+ devices (in my case it's Xiaomi Mi A1 with Android 8.1.0).

schollz commented 6 years ago

@hit0ri Thanks. I'll merge it soon, its a nice change.

But on an aside - do you get usable tracking info from non-broadcasts? I tried doing non broadcasts before and the RSSI information was not location specific.

hit0ri commented 6 years ago

It works ok with one caveat. I need to use this script to hop between channels on a scanner to capture non broadcast packets from other channels.

schollz commented 6 years ago

@hit0ri That's really cool! Would you mind if I put that into the scanner as well? There could be a flag --all-frequencies that enables a goroutine to automatically do what your script does.

hit0ri commented 6 years ago

Sure! That would be great!