Skip to content

A HTTP Proxy that uses steganographic algorithms for establishing covert communication channels

License

Notifications You must be signed in to change notification settings

sh4nks/stegoproxy

Repository files navigation

Steganography Proxy

A HTTP Proxy that uses steganographic algorithms for establishing covert communication channels.

Usage

It is advised to execute these commands inside a virtualenv in order to not pollute your system.

Install from local disk (make sure to be inside the directory where the setup.py file is located):

pip install -r requirements-dev.txt

Start the stegoproxy server (listens on port 9999 by default):

stegoproxy server

Start the stegoproxy client (listens on port 8888 by default):

stegoproxy client

stegoproxy also ships a very barebones flask app (port 5000) to test it's functionality:

stegoproxy demoapp

Type stegoproxy --help to see a list of available commands and stegoproxy [COMMAND] --help to get help for a specific command.

About

A HTTP Proxy that uses steganographic algorithms for establishing covert communication channels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published