Image Forensics

Image Forensics

Materials for the Meeting

How to Extract Metadata from Files

CLI

  • Imago:

    • Installing:
    • 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
  • Exiftool:

    • Running: exiftool <options> /path/to/file

Web

Steganography

  • Download: DIIT
  • How to run: java -jar -Xmx512m diit-1.5.jar
  • Practice:
    1. Stego 1.bmp
    2. Stego 2.bmp
    3. STEG3.bmp
    4. Stego 3.bmp
    5. Steg4.bmp

@pmccabe5