Screenshots
Example Usage
# 1. Hide a file inside an image (AES-256-GCM encrypted, auto-method) stegoforge encode -c photo.png -p secret.pdf -k "my-pass" # 2. Retrieve the hidden file stegoforge decode -f photo_stego.png -k "my-pass" # 3. CTF one-click forensic dump on any suspicious file stegoforge ctf -f suspicious.mp3 # 4. Compare original vs stego — pixel heatmap stegoforge diff -c photo.png -s photo_stego.png # 5. Batch embed a secret into every carrier in a folder stegoforge batch -d ./carriers/ -p secret.txt -k "my-pass" # 6. Check capacity and stealth score of a carrier stegoforge capacity -c photo.png --depth 2 # 7. Simulate Twitter recompression and test payload survives stegoforge encode -c photo.png -p secret.txt -k "my-pass" --target twitter --test-survival # 8. Launch the local web UI (no data ever leaves your machine) stegoforge web # Install tab-completion (bash) eval "$(stegoforge completion bash)" # Use env var to avoid key in shell history export STEGOFORGE_KEY="my-pass" stegoforge decode -f stego.png # key read from env
See also
Volatility Workbench
Free
Free GUI front-end for Volatility 3 memory forensics framework on Windows. Simplifies memory analysi…
horus
Open Source
An OSINT / digital forensics tool built in Python…
Binwalk
Open Source
Kali
Firmware analysis tool for searching, extracting, and analyzing binary images. Identifies embedded f…
htmldate
Open Source
Fast and robust date extraction from web pages, with Python or on the command-line…
ArkhamMirror
Open Source
Local-first AI-powered document intelligence platform for investigative journalism…
AlphaGolang
Open Source
IDApython Scripts for Analyzing Golang Binaries…