Skip to content

Steganography tool that extracts data from images

License

Notifications You must be signed in to change notification settings

mchristou/stegtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Steganography tool that extracts data from images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages