A HTTP Proxy that uses steganographic algorithms for establishing covert communication channels.
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.txtStart the stegoproxy server (listens on port 9999 by default):
stegoproxy serverStart the stegoproxy client (listens on port 8888 by default):
stegoproxy clientstegoproxy also ships a very barebones flask app (port 5000) to test it's
functionality:
stegoproxy demoappType stegoproxy --help to see a list of available commands and stegoproxy [COMMAND] --help to get help for a specific command.