Points: 50

Tags: osint 

Poll rating:

Task Description

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}

Approach

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.

Answer

Writeups

ActionRatingAuthor team
Read writeup
not rated
P4rad0x
Read writeup
not rated
Raccoon Byte
You need to authenticate and join a team to post writeups