Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolze/imagesteg
A simple image steganalysis (steganography analysis) tool in Python with web-based GUI
https://github.com/nolze/imagesteg
ctf security steganalysis steganography
Last synced: about 1 month ago
JSON representation
A simple image steganalysis (steganography analysis) tool in Python with web-based GUI
- Host: GitHub
- URL: https://github.com/nolze/imagesteg
- Owner: nolze
- License: mit
- Created: 2018-11-02T11:45:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T09:14:35.000Z (about 1 year ago)
- Last Synced: 2024-12-13T07:43:14.901Z (about 1 month ago)
- Topics: ctf, security, steganalysis, steganography
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# imagesteg
[![PyPI](https://img.shields.io/pypi/v/imagesteg.svg)](https://pypi.org/project/imagesteg/)
`imagesteg` (formerly `imgsteg`) is a simple image steganalysis (steganography analysis) tool in Python with web-based GUI.
A quick alternative to [StegSolve](http://www.caesum.com/handbook/stego.htm).## Features
* Provides Python API, CLI, and interactive web interface
## Usage examples
```bash
$ imagesteg ui examples/problem.png # Launch web interface
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
``````bash
$ imagesteg extract_bit_plane examples/problem.png output.png --bit b0
``````bash
$ 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
* StegSolve
* Stegpy
* 青い空を見上げればいつもそこに白い猫