You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition: Hidden data embedded in image files revealing when, where, how, and by whom the image was created or edited.
Primary types: EXIF, IPTC, XMP, File System.
Common Data Stored
Date and time taken
GPS coordinates (latitude, longitude, altitude)
Camera details (make, model, ISO, shutter, aperture)
Software used for editing
Author and copyright information
Device identifiers
Why It Matters
Use Case
Purpose
Forensics and OSINT
Identify GPS, timestamps, device information
Privacy
Prevent accidental location or data leaks
Legal Proof
Prove authorship and authenticity
Digital Evidence
Support cybercrime cases
Tooling
CLI (Kali Linux)
Tool
Install
View Metadata
Remove Metadata
ExifTool
apt install libimage-exiftool-perl
exiftool file.jpg
exiftool -all= file.jpg
Exif
apt install exif
exif file.jpg
N/A
Strings
Built-in
`strings file.jpg
less`
N/A
MAT2
apt install mat2
mat2 file.jpg / mat2 --check file.jpg
mat2 --remove file.jpg
GUI Tools
MAT2 GUI: mat2 --gui
Metadata Cleaner (available in some desktop environments)