Skip to content

Instantly share code, notes, and snippets.

@lirantal
Created September 3, 2016 19:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lirantal/f7ac603ce82b9e5823d824c34a3ad225 to your computer and use it in GitHub Desktop.
Save lirantal/f7ac603ce82b9e5823d824c34a3ad225 to your computer and use it in GitHub Desktop.
mitmproxy: Install
# mitmproxy tool
# http://docs.mitmproxy.org/en/stable/
# installation
sudo apt-get install python-pyasn1 python-flask python-urwid python-dev libxml2-dev libxslt-dev libffi-dev python-pip libssl-dev libjpeg8-dev zlib1g-dev
pip install mitmproxy
# run
~/.local/bin/mitmproxy --host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment