Skip to content

A simple image steganalysis (steganography analysis) tool in Python with web-based GUI

License

Notifications You must be signed in to change notification settings

nolze/imagesteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple image steganalysis (steganography analysis) tool in Python with web-based GUI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published