Image
https://stegonline.georgeom.net/
https://futureboy.us/stegano/decinput.html
https://stylesuxx.github.io/steganography/
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 extract -sf <image-file>
Stegseek is used to crack steghide
passwords.
Usage with wordlist:
stegseek -sf <image-file> -wl rockyou.txt
iSteg is a image LSB steganography tool that exists in a CLI and a GUI version.
Stegsolve is used to solve steganography challenges. It can be used to view different bit planes, and extract data from bit planes.