osint_exif_data
Extract EXIF and GPS data from images to reveal camera details and location, with privacy warnings for safe sharing.
Instructions
EXIF Metadata Viewer. Extract EXIF, GPS, and camera metadata from an uploaded image and flag privacy-sensitive content. Decodes the embedded EXIF block into camera make/model, exposure settings, date/time taken, orientation/resolution, and software; converts GPS tags to decimal latitude/longitude/ altitude revealing where a photo was taken; and returns privacy warnings plus scrubbing recommendations - a forensics/OSINT and pre-share privacy check. Use osint_email_headers instead to trace email routing, webdev_base64_image_encoder to embed an image as a data URI (not read metadata), and file_mime_type_lookup to map an extension to a MIME type. Pure local parse: read-only, non-destructive, deterministic, contacts no external service, rate-limited (5 requests/minute for anonymous callers). Accepts a single multipart/form-data file upload (field "image"), max 10 MB, image/jpeg, image/tiff, or image/png; EXIF is only present in JPEG/TIFF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | True when the image was accepted and parsed; false on missing file or parse error (with an error message). | |
| analysis | No | Metadata analysis of the uploaded image. |