mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Nicolas Esteves d4cfbbb822 Adds a new view for protocol buffers
The view uses protoc from the Google protocol buffer
tools. If the tool isn't installed, the view isn't
shown.

Google protobuf repo:
https://code.google.com/p/protobuf/
2013-04-06 19:21:13 +01:00
doc-src Docs. 2013-04-05 11:55:28 +13:00
examples Introduce a filtered flow writer, and use it in dump.py 2013-03-14 09:19:43 +13:00
libmproxy Adds a new view for protocol buffers 2013-04-06 19:21:13 +01:00
scripts
test Adds a new view for protocol buffers 2013-04-06 19:21:13 +01: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
CONTRIBUTORS Update CONTRIBUTORS. 2013-03-17 10:12:46 +13:00
LICENSE GPLv3 -> MIT 2013-03-18 08:37:42 +13:00
MANIFEST.in
mitmdump
mitmproxy
README.mkd Trim docs. 2013-03-23 15:42:25 +13:00
README.txt
setup.py Fix typo in setup.py 2013-03-14 09:21:56 +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