
Steganography Toolkit
#Application Protection#Data Protection
A command line tool for transparently hiding files within images using LSB steganography.
This project is a Docker
This project is a Docker image useful for solving Steganography challenges as those you can find at CTF platforms like hackthebox.eu
The image comes pre-installed with
The image comes pre-installed with many popular tools and several screening scripts you can use check simple things. Usage: First make sure you have Docker installed
Then you can use the shell scripts bin/build
sh and bin/run.sh in this repo to build the image and run the container. You will be dropped into a bash shell inside the container
It will have the data
It will have the data folder mounted, into which you can put the files to analyze. If you don't use the scripts, follow these steps: Build image (docker build -t .) or pull from Docker hub (docker pull dominicbreuker/stego-toolkit). Start a container with your files mounted to the folder /data (docker run -it -v /local/folder/with/data:/data /bin/bash). Use CLI tools and screening scripts on your files: e.g., run check_jpg.sh image.jpg to create a quick report, or run brute_jpg.sh image.jpg wordlist.txt to try extracting hidden data with various tools and passwords.
Other AI Tools

Pixee
A PHP port of Rack::Honeypot, a spam trap that detects and blocks spambots
Details
Visit site

Param Miner
Technique used to forward one URL to another.
Details
Visit site

parameth
A comprehensive web application security testing solution that offers built-in vulnerability assessment and management, as well as integration options with popular software development tools.
Details
Visit site

PhoneyC
A command-line tool that scans NPM packages and ZIP files to detect exposed secrets and sensitive credentials in source code and configuration files.
Details
Visit site

PINT
A web security tool that scans for vulnerabilities and known attacks.
Details
Visit site

ProbeDroid
Detect users' operating systems and perform redirection with Apache mod_rewrite.
Details
Visit site