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

Dec 12, 2023
28012b9 · Dec 12, 2023

History

11 Commits
Dec 12, 2023
Nov 2, 2018
Nov 2, 2018
Dec 12, 2023
Dec 12, 2023
Dec 12, 2023

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://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