mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Aldo Cortesi 09c503563a Enable config file parsing
We support 4 different config files:

~/.mitmproxy/common.conf:       Options that are common to all tools
~/.mitmproxy/mitmproxy.conf:    Options for mitmproxy
~/.mitmproxy/mitmdump.conf:     Options for mitmdump
~/.mitmproxy/mitmweb.conf:      Options for mitmweb

Options in the tool-specific config files over-ride options in common.conf. If
a non-common option is put in common.conf, an error will be raised if a
non-supporting tool is used.
2014-11-15 17:25:05 +13:00
doc-src docs++ 2014-11-13 23:03:06 +01:00
examples update change_upstream_proxy example 2014-11-10 15:51:26 +01:00
libmproxy Enable config file parsing 2014-11-15 17:25:05 +13:00
release Some additions to the release checklist 2014-11-15 15:47:00 +13:00
test Enable config file parsing 2014-11-15 17:25:05 +13:00
web
.coveragerc
.gitattributes
.gitignore
.travis.yml
CHANGELOG Changelog, plus fix date of previous release 2014-11-15 12:49:21 +13:00
CONTRIBUTORS CHANGELOG and CONTRIBUTORS 2014-10-23 14:38:12 +13:00
LICENSE
MANIFEST.in
mitmdump
mitmproxy
mitmweb
README.mkd More refactoring of installation docs 2014-10-23 15:43:06 +13:00
README.txt
requirements.txt
setup.py Remove sortedcontainers from deps - we don't use it 2014-11-15 16:14:59 +13:00

**mitmproxy** is an interactive, SSL-capable man-in-the-middle proxy for HTTP
with a console interface.

**mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP.

**libmproxy** is the library that mitmproxy and mitmdump are built on.

Complete documentation and a set of practical tutorials is included in the
distribution package, and is also available at mitmproxy.org_.

.. _mitmproxy.org: http://mitmproxy.org