Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

Steganography Data Extractor

This script allows you to extract general information and hidden data from image files using steganography tools.

Prerequisites

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.

NOTE:

This tool was developed and tested on a Debian distribution of Linux. Tools will be automatically installed if the environment is a Debian distro.

Usage

./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.

Examples

./stegtool.sh image.jpg '' wordlist.txt

License

The code in this project is licensed under MIT license.