Image Forensics
Image Forensics
How to Extract Metadata from Files
CLI
Imago:
- Installing:
- Github
pip install imago
- Running:
imago -i [path to directory where the file is located] -o [where do you want the output file to go] -x -t -g- -x = for exif metadata
- -t = for only .jpg images
- -g = gps info, if available
- Installing:
Exiftool:
- Running:
exiftool <options> /path/to/file
- Running:
Web
Steganography
- Download: DIIT
- How to run:
java -jar -Xmx512m diit-1.5.jar - Practice:
- Stego 1.bmp
- Stego 2.bmp
- STEG3.bmp
- Stego 3.bmp
- Steg4.bmp