This script allows you to extract general information and hidden data from image files using steganography tools.
The script will automatically check for the required steganography tools and install them if they are missing. You do not need to manually install them.
This tool was developed and tested on a Debian distribution of Linux. Tools will be automatically installed if the environment is a Debian distro.
./stegtool.sh <image_file> [password] [wordlist.txt]
<image_file>: Path to the image file from which data will be extracted.
[password]: Optional password for extracting embedded files.
[wordlist.txt]: Optional wordlist file for extracting embedded files using stegseek. Required only when using stegseek.
./stegtool.sh image.jpg '' wordlist.txt
The code in this project is licensed under MIT license.