An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Go to file
Aldo Cortesi e93b343ac4 Docs and Readme
- Don't keep a full duplicate readme just for pypi. Pypi really needs to
learn to read markdown.
- Style and content adjustments
2013-01-01 16:35:52 +13:00
doc-src Docs and Readme 2013-01-01 16:35:52 +13:00
examples remove trailing whitespace 2012-12-09 15:57:11 -06:00
libmproxy Better error handling for transparent mode remote address resolution. 2013-01-01 11:24:11 +13:00
scripts Add a script to generate a contributors list, and use it to make a CONTRIBUTORS file. 2011-03-19 20:34:53 +13:00
test First draft of OSX transparent proxy mode. 2013-01-01 11:13:56 +13:00
.coveragerc Adjust for new get_remote_cert API. 2012-06-28 10:02:14 +12:00
.gitignore Test replay corner cases. Fix discovered bugs. 2012-07-09 11:18:03 +12:00
CHANGELOG Preliminary changelog. 2013-01-01 15:56:02 +13:00
CONTRIBUTORS Documentation. 2012-04-09 15:30:43 +12:00
LICENSE remove trailing whitespace 2012-12-09 15:57:11 -06:00
MANIFEST.in Add README.txt for PyPi. 2012-02-25 13:16:30 +13:00
README.mkd Docs and Readme 2013-01-01 16:35:52 +13:00
README.txt Docs and Readme 2013-01-01 16:35:52 +13:00
mitmdump use argparse instead of optparse 2012-08-17 19:11:59 +02:00
mitmproxy use argparse instead of optparse 2012-08-17 19:11:59 +02:00
setup.py We now require Urwid 1.1 or newer. 2012-11-23 15:45:19 +13:00
todo Start conversion to nose. 2012-06-09 10:57:00 +12:00

README.txt

**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