Skip to content

Instantly share code, notes, and snippets.

@furusiyya
Created January 12, 2017 22:32
Show Gist options
  • Select an option

  • Save furusiyya/b18538b28e117017fee15d1299bdb5c4 to your computer and use it in GitHub Desktop.

Select an option

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

drygdryg commented Sep 9, 2020

Copy link
Copy Markdown

sudo is no needed

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