SpookyCTF'23: Don’t stick me there!
This was a simple forensics challenge. We are given a photo and we have to find out the name of the bar and the time the photo was taken.
Analysing the File
Doing a quick exiftool
gave us a bunch of metadata.
Getting the Time
Scrolling through info.txt
, searching up the Create Date
would give the exact date and time the photo was taken.
Here, the time is 03:47:12.
Getting the Location
Also from info.txt
, there were GPS metadata from the image.
To search this location on Google Maps easily, we have to first change it from degrees minutes seconds to decimal degrees.
Using this website, we get the decimal degrees of the location: 40.709172, -73.937233
Searching it up on Google Maps, I could see the location the image was taken at:
Looking at the stores nearby, The Anchored Inn was the only one labelled as a bar (Bar & Grill
).
Getting the Flag
Putting the name of the bar and the time the photo was taken into the flag format, we get the flag: