imagesteg
(formerly imgsteg
) is a simple image steganalysis (steganography analysis) tool in Python with web-based GUI.
A quick alternative to StegSolve.
- Provides Python API, CLI, and interactive web interface
$ imagesteg ui examples/problem.png # Launch web interface
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
$ imagesteg extract_bit_plane examples/problem.png output.png --bit b0
$ imagesteg extract_bits examples/stg300.png --bits r0
Congrats
You win!
The
Flag
is
4E34B38257200616FB75CD869B8C3CF0 *** Congrats
...
pip install imagesteg
Uninstall:
pip uninstall imagesteg
- Add examples
- Add usage