Skip to content

Instantly share code, notes, and snippets.

@furusiyya
Created January 12, 2017 22:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save furusiyya/b18538b28e117017fee15d1299bdb5c4 to your computer and use it in GitHub Desktop.
Save furusiyya/b18538b28e117017fee15d1299bdb5c4 to your computer and use it in GitHub Desktop.
Get location of android user on basis of MAC address
sudo curl -i -s -k -X 'POST' -H 'User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; Nexus 5 Build/LRX22C)' -H 'Content-Type: application/x-www-form-urlencoded' \
'http://mobile.maps.yandex.net/cellid_location/?clid=1866854&lac=-1&cellid=-1&operatorid=null&countrycode=null&signalstrength=-1&wifinetworks=000000000000:-65&app=ymetro'
@drygdryg
Copy link

drygdryg commented Sep 9, 2020

sudo is no needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment