An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Go to file
Aldo Cortesi 10a9e3365f Some refactoring of the console inteface.
Reduce some state duplication, by removing currentflow variable.

Fixes #141
2013-07-28 18:00:49 +12:00
doc-src Minor adjustment for website docs pages. 2013-06-16 16:59:28 +12:00
examples Pass extra command line arguments to mitmproxy 2013-07-08 20:56:05 -07:00
libmproxy Some refactoring of the console inteface. 2013-07-28 18:00:49 +12:00
release Formalize OSX binary script a bit more. 2013-06-16 15:50:08 +12:00
test Some refactoring of the console inteface. 2013-07-28 18:00:49 +12:00
.coveragerc Few more fuzzing commands, exclude console app from coverage. 2013-03-03 22:39:26 +13:00
.gitignore Begin some simple fuzzing with pathod. 2013-03-03 14:56:56 +13:00
CHANGELOG Update changelog. Move to lsof for transparent OSX is not working on Mountain Lion. 2013-06-16 16:23:59 +12:00
CONTRIBUTORS CHANGELOG and CONTRIBUTORS 2013-06-16 16:08:41 +12:00
LICENSE GPLv3 -> MIT 2013-03-18 08:37:42 +13:00
MANIFEST.in Update PyOpenSSL version requirement. 2013-05-20 12:44:07 +12:00
README.mkd Added requirements.txt to ease installation of deps for hacking on mitmproxy. 2013-05-24 15:23:47 +12:00
README.txt Docs and Readme 2013-01-01 16:35:52 +13:00
mitmdump Move app instantiation out of proxy.py. 2013-07-24 10:32:56 +12:00
mitmproxy Make UTF environment detection more robust. 2013-06-09 11:20:02 +12:00
requirements.txt Added requirements.txt to ease installation of deps for hacking on mitmproxy. 2013-05-24 15:23:47 +12:00
setup.py Update license trove classifier. 2013-05-30 09:22: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