Steganography
Basic Analysis
open example.jpg
file example.jpg
strings example.jpg
# Display the first N lines (default: 10 lines)
strings example.jpg | head
strings example.jpg | head -n 50
# Display the last N lines (default: 10 lines)
strings example.jpg | tail
strings example.jpg | tail -n 50
xxd example.jpg
xxd example.jpg | head
# -e: extract data inside a file
binwalk -e example.jpg
# Read meta information & embedded data
exiftool example.jpg
# GUI Analyzer
# https://github.com/zardus/ctf-tools/blob/master/stegsolve/install
java -jar stegsolve.jarUsing OSINT
JPG
PNG
QR Code Image (JPG/PNG)
PDF
Crack PDF Password
PPM
npiet
Embed Hidden Data
Exiftool
Steghide
Outguess
Last updated