I’ve created a small collection of steganography tools in a Docker image along with a bunch of scripts to check and crack stego files in a semi-automatic fashion (similar to privesc scripts). Since installing all the dependencies can be quite tedious, I thought it might be interesting for others and worth sharing. You can find it here: GitHub - DominicBreuker/stego-toolkit: Collection of steganography tools - helps with CTF challenges
I am quite new to stego stuff and still learn how it all works. The scripts in the container are what I’ve identified as a useful workflow so far. I would like to know from you guys:
- what you do in stego challenges that I don’t
- what popular tools are out there that I am unaware of