Created
January 12, 2017 22:32
-
-
Save furusiyya/b18538b28e117017fee15d1299bdb5c4 to your computer and use it in GitHub Desktop.
Get location of android user on basis of MAC address
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo
is no needed