Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added challenges/image_location/artifacts/hostage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions challenges/image_location/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Image Location",
"description": "The president of the Greyhat at GT Cyber Security Club has been kidnapped. Find his location and save him. Submit the flag in the format flag{longitudeCoordinate_latitudeCoordinate} with 6 decimal places. For example, if the location is 37.774929, -122.419418, the flag should be flag{37.774929_-122.419418}.",
"categories": [
"misc",
"forensics"
],
"flag": "flag{67.676767_67.676767}",
"flag_regex": "flag\\{\\d+\\.\\d+_\\d+\\.\\d+\\}"
}