Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.17 KB

imagesteg

PyPI

imagesteg (formerly imgsteg) is a simple image steganalysis (steganography analysis) tool in Python with web-based GUI. A quick alternative to StegSolve.

Features

  • Provides Python API, CLI, and interactive web interface

Usage examples

$ imagesteg ui examples/problem.png # Launch web interface
Listening on http:https://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
...

Install

pip install imagesteg

Uninstall:

pip uninstall imagesteg

Todo

  • Add examples
  • Add usage

References