Steganography
Challenge Gallery
Steganography Analysis Checklist
strings file | grep -i "flag\|SKY-\|key"— Quick text searchexiftool file— Check metadata and commentsfile file— Verify true file typebinwalk file— Scan for embedded filesbinwalk -e file— Extract embedded contentsteghide extract -sf file— Try steghide (empty password)xxd file | tail— Check for appended data after EOF marker- Open in Audacity → Spectrogram view (for audio files)
Tools
| Tool | What It Finds |
|---|---|
strings |
Plaintext hidden in any file |
exiftool |
Metadata comments, hidden fields |
binwalk |
Embedded files, appended data |
steghide |
Password-protected hidden data |
zsteg |
LSB steganography in PNG/BMP |
stegsolve |
Visual LSB analysis (Java GUI) |
| Audacity | Spectrogram hidden images |
pnginfo |
PNG text chunks |