diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
commit | 457025df9a64f312685774cb743eeb52cd37bd3f (patch) | |
tree | 98de6633322059ac95ab50e4b2d3129aa6051b58 /doc-src/index.html | |
parent | 436a9ea8398e25709f139fde609aa74e8fb3f3f8 (diff) | |
parent | c3f73552b82923e8da224529895332c44bf8dace (diff) | |
download | mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.gz mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.bz2 mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.zip |
Merge pull request #751 from mitmproxy/readthedocs
Move Docs to readthedocs
Diffstat (limited to 'doc-src/index.html')
-rw-r--r-- | doc-src/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc-src/index.html b/doc-src/index.html deleted file mode 100644 index 23da7223..00000000 --- a/doc-src/index.html +++ /dev/null @@ -1,27 +0,0 @@ - -__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. - -Documentation, tutorials and distribution packages can be found on the -mitmproxy.org website: - -[mitmproxy.org](http://mitmproxy.org). - - -Features --------- - -- Intercept HTTP requests and responses and modify them on the fly. -- Save complete HTTP conversations for later replay and analysis. -- Replay the client-side of an HTTP conversations. -- Replay HTTP responses of a previously recorded server. -- Reverse proxy mode to forward traffic to a specified server. -- Transparent proxy mode on OSX and Linux. -- Make scripted changes to HTTP traffic using Python. -- SSL certificates for interception are generated on the fly. -- And much, much more. - |