Skip to content
All tools
ForensicsRuns locallyNo account

EXIF metadata viewer

Read EXIF, GPS coordinates, camera details, timestamps, and embedded comments from images - the metadata that answers OSINT challenges.

Open in ctfpal

EXIF is a metadata block that cameras and phones write into images. In CTF it is the answer to two kinds of challenge: OSINT questions about where a photo was taken, and hiding places where an author has stuffed a flag into a comment field nobody reads.

It is worth checking even when the challenge gives no reason to. EXIF survives most editing workflows, it is written automatically without the photographer’s involvement, and almost nobody strips it - so it routinely answers questions the challenge author did not intend to leave answerable.

The fields that matter

FieldWhy you care
GPSLatitude / GPSLongitudeExact location - feed it to the coordinate converter
DateTimeOriginalWhen, to the second - often the answer to a timeline question
Make / Model / SoftwareWhich device, and whether the image was edited
UserComment / ImageDescriptionFree-form text - a common flag hiding place
ThumbnailImageAn embedded copy that may predate an edit to the main image

Part of a module

7. File forensics and carving

Identify files by their bytes, find data appended past a format’s end marker, and pull evidence out of images and documents.

Practise on real challenges

Related tools