This party house is known for its 3AM outings, but you've gotta work for the location if you want to come! Enter the GPS coordinates of the location!
Example: swampCTF{xx.xx.xx,xx.xx.xx}
, swampCTF{xx.xx, xx.xx}
It is well-known that we can store the location in images. It will be stored as EXIF. So we only need to obtain the location, in the form of latitude and longitude.
There are many ways to do this, but my approach is to use Online EXIF Viewer to view the GPS coordinate. You can also use image viewer to do this.
One tricky is that the flag does not accept integer sign. So, after getting the coordinate, make sure you remove the sign, and that should be it.
swampCTF{29.65, 82.33}
Action | Rating | Author team |
---|---|---|
Read writeup |
not rated
|
P4rad0x |
Read writeup |
not rated
|
Raccoon Byte |