Stegosuite is a graphical steganography tool to easily hide information in image files. It allows the embedding of text messages and multiple files of any type. In addition, the embedded data is encrypted using AES. Currently supported file types are BMP, GIF, JPG and PNG. Stegosuite is written in Java and utilizes the SWT toolkit for its interface.
sudo apt install stegosuite (279 KB)
Dependências: liblogback-java, libpicocli-java, libslf4j-java, libswt-cairo-gtk-4-jni, libswt-gtk-4-java, libswt-gtk-4-jni
Escolha um comando ao lado para ver a descrição e a ajuda completa.
stegosuite
Steganography tool to hide information in image files
root@kali:~# stegosuite -h
Steganography tool to hide information in image files
Usage: stegosuite [-hV] [COMMAND]
Options:
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
help Displays help information about the specified command
gui Starts the GUI
embed Embeds data into image
extract Extracts data from image
capacity Shows the maximum amount of embeddable data
Example:
stegosuite help embed Displays help for stegosuite embed