Go to file
Aldo Cortesi 85e1ae7543 Merge pull request #624 from drahosj/master
Added flow marking functionality in the console
2015-06-12 13:53:07 +12:00
doc-src fix #599 2015-05-31 03:14:14 +02:00
examples Merge remote-tracking branch 'upstream/master' into print-bracket-fix 2015-05-31 01:21:44 -04:00
libmproxy Added unmark all functionality 2015-06-11 20:31:54 -05:00
release Changelog for v0.12.1 2015-06-03 09:33:09 +12:00
test console: convert add_event to a signal. 2015-06-02 13:45:19 +12:00
web fix #615 2015-06-08 19:01:32 +02:00
.coveragerc Exclude main.py from coverage analysis 2014-11-15 17:47:39 +13:00
.dockerignore initial add of docker mitmproxy 2015-06-06 00:14:53 -04:00
.env improve autoenv script 2015-05-21 13:15:55 +02:00
.gitattributes web: filtering 2014-12-12 19:33:06 +01:00
.gitignore We're not ready for ES6 2014-09-16 16:27:09 +12:00
.travis.yml import travis config from netlib 2015-06-08 13:39:46 +02:00
CHANGELOG Changelog for v0.12.1 2015-06-03 09:33:09 +12:00
check_coding_style.sh Add coding style check, reformat. 2015-05-30 12:03:28 +12:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-02-05 17:52:08 +01:00
CONTRIBUTORS Release pep: bump version, changelog, contributors 2015-05-18 10:44:09 +12:00
dev python2 -> python in ./dev 2015-04-21 13:40:45 +12:00
dev.bat make dev script more robust, fix #556 2015-04-13 17:17:18 +02:00
Dockerfile match name of automated build base img 2015-06-07 11:06:47 -04:00
LICENSE GPLv3 -> MIT 2013-03-18 08:37:42 +13:00
MANIFEST.in Add netlib and libpathod as excludes in MANIFEST.in 2014-12-28 23:28:35 +13:00
mitmdump Add coding style check, reformat. 2015-05-30 12:03:28 +12:00
mitmproxy Add coding style check, reformat. 2015-05-30 12:03:28 +12:00
mitmweb Super-basic outline for web io loop 2014-09-14 11:30:00 +12:00
README.mkd Add an autoenv file to auto-activate the virtualenv 2015-04-08 11:59:00 +12:00
README.txt Docs and Readme 2013-01-01 16:35:52 +13:00
requirements.txt Updated setup.py and moved requirements to examples section. Included examples section in requirements.txt. Updated har_extractor to use command line arguments. 2014-11-15 22:37:32 +01:00
setup.cfg Add coding style check, reformat. 2015-05-30 12:03:28 +12:00
setup.py replace contrib libraries with pypi dependencies 2015-06-02 10:00:34 +02: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