zadewg / GS-LOC

Apple geolocation services reverse engineering. Database scraper.
MIT License
59 stars 9 forks source link

5GHz Networks #3

Open StuartSmith21 opened 4 years ago

StuartSmith21 commented 4 years ago

The script returns 2.4GHz networks. If a 5GHz BSSID is entered, the service will return the GPS co-ordinates for that 5GHz network (if in the database) and the surrounding 2.4GHz networks. So Apple are storing the networks and responding to 5GHz queries.

Is there a flag to specify that 5GHz networks should also be returned?

zadewg commented 3 years ago

There is not a program flag, and I dont know if it is specified by Apple either -doubt it, but there are some fields in the pb scheme that I dont know the meaning of.

I'll be pushing an update to this repo to map cell ids too soon, so ill take a look at it.