What WLAN-autoconnect tells us about you
A small, currently cli-only, tool to show the geolocation of APs your device wants to connect to.
A tool to "hack" (whatever you think this means) a device.
To install, please use pip:
sudo pip install --upgrade .Afterwards run
wirelesstraitor-cli /path/to/your/apikeyYou can get an API key from Google
Internally, wirelesstraitor starts a process that looks for 802.11 probe request packets, parses them and passes the parsed data on to Google's geolocation API. Then it displays the info it could gather from that.
The program runs until you hit Ctrl-C.
Thank you for the implementation of the Observer-Pattern, Chad Lung!