Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

markusra/StegoButler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StegoButler

StegoButler is a tool that automates the bulk creation of steganography with OpenStego and the analysis of the resulting stego files using StegExpose.

Requirements

StegoButler needs Python 2.7.x in order to work.

Installation

Install all required Python modules with:

pip install -r requirements.txt

Usage

Run the tool with:

python StegoButler.py

You can modify which cover and message files OpenStego will use to create stego files using the global variables:

messageFolder       = "messageFiles/"
messageFiles        = ["text1.txt"]

coverFolder         = "images/"
coverFileSizes      = ["", "@0,8x", "@0,6x", "@0,4x", "@0,2x"]
coverFiles          = ["beach", "candy", "car", "eagle", "fruit", "hong_kong", "man", "sculpture", "skyscraper",
                      "vegetables"]

License

GNU General Public License 2.0 (GPL) (see LICENSE file)

About

StegoButler is a tool that automates the bulk creation of steganography with OpenStego and the analysis of the resulting stego files using StegExpose.

Resources

License

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages