[Amateurs '23] Screenshot Guesser
Cracking a GPS location based off Wi-Fi availability nearby
Last updated
Cracking a GPS location based off Wi-Fi availability nearby
Last updated
We were given a screenshot containing a few different local Wi-Fi networks and their respective connection distances:
The only noticeable network that we have here is the Primavera Foundation. I quickly Google'd this one and found that this foundation is in Tucson, Arizona. There are four major locations on the map.
I then happened to stumble across a site called WiGLE, a database of known Wi-Fi networks that's scannable by SSID. Bingo. I quickly realized that this site was less than easy to use and that it doesn't really ever point out where the network is, and you have to find it.
To get started, I tried searching for the Primavera Foundation network. I got a few more than four hits, which was shocking. I then started to scan for other networks and plotted down the locations I found in Google My Maps. After scanning for tiny purple dots on a map for plenty of time, I got to a valuable location: I-10 x Speedway Blvd.
I had to carefully place this location on the map because of the strengths of the Wi-Fi connection. Thankfully, from the Python script running on the remote port, we see that I just need to be in degrees (about meters) of the right place. I ended up choosing the coordinates (32.2366, -110.98384)
.
We need to package this up and send it off to the remote host to get the flag.