// what it is
Description
Perl tool that reads every metadata format that exists — EXIF, IPTC, XMP, GPS, PDF, Office, audio/video. The first stop for any photo or document OSINT investigation.
// use cases
What people use it for
- Extract GPS coordinates from social-media photos
- Identify camera/scanner used to create a leaked image
- Strip metadata from operator-uploaded artifacts
// commands
The commands you'll type
Read all metadata
$ exiftool photo.jpgStrip all metadata in place
$ exiftool -all= photo.jpg