Skip to content

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages