CTF Support
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Image

Resources

https://aperisolve.fr/

https://stegonline.georgeom.net/

https://futureboy.us/stegano/decinput.html

https://stylesuxx.github.io/steganography/

zsteg

Extract data from BMP and PNG images.

Installation:

gem install zsteg

To use zteg run zteg <filename>.

To check all bytes run zteg -a <filename>.

To show specific bytes run zteg -E b8,rgb,lsb,xy <filename>.

steghide

steghide extract -sf <image-file>

stegseek

Stegseek is used to crack steghide passwords.

Usage with wordlist: stegseek -sf <image-file> -wl rockyou.txt

iSteg

iSteg is a image LSB steganography tool that exists in a CLI and a GUI version.

Stegsolve

Stegsolve is used to solve steganography challenges. It can be used to view different bit planes, and extract data from bit planes.

Normal Image
Normal Image
Revealed Flag
Revealed Flag