Skip to content

Locate your phone on WiFi BSSID and cell tower ID without asking for location permission. App to raise awareness on user tracking, partially based on work by Zhou et al.: http://seclab.illinois.edu/wp-content/uploads/2013/12/ZhouDHNPWGN13.pdf

License

Notifications You must be signed in to change notification settings

eera-l/Zero-Permission-Location

Repository files navigation

Zero Permission Location

Even though Android apps typically require user's permission to access geolocation via GPS, Android versions older than 9 (Android Pie - API level 28) [1] allow apps to locate the user with a considerable degree of accuracy through the WiFi Access Point BSSID or the mobile cell tower ID, without needing to ask for permission. The user might therefore not be aware of being located [2].

This app demonstrates user geolocation via WiFi BSSID and cell tower ID. The GPS coordinates corresponding to the WiFi BSSID are retrieved thanks to Alexander Mylnikov's open source API (see credits).

Geolocation via WiFi BSSID Geolocation via cell tower ID
Geolocation via WiFi BSSID Geolocation via cell tower ID

Cell tower ID geolocation is only for demonstration purposes. I could not find an API for it, so it is based only on a small portion of the 7Gb open source CSV file hosted by Alexander Mylnikov: Mobile Towers Geolocation data.

It seems like not all smartphone brands give access to cell tower ID information. Samsung is one example: G-NetTrack Android OS Netmonitor

The exact address at selected GPS coordinates is retrieved thanks to TomTom API: Reverse Geocode API.

The app was tested on a Huawei phone with Android 4.4.

Credits

References

[1] Android 9 - Behavior changes: all apps
[2] Zhou, X. et al. Identity, Location, Disease and More: Inferring Your Secrets from Android Public Resources , 2013

About

Locate your phone on WiFi BSSID and cell tower ID without asking for location permission. App to raise awareness on user tracking, partially based on work by Zhou et al.: http://seclab.illinois.edu/wp-content/uploads/2013/12/ZhouDHNPWGN13.pdf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages