diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-09-03 09:59:54 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-03 09:59:54 +1200 |
commit | 46143ba004ee302c83d860225da5f32980b2af9b (patch) | |
tree | 242d489f0a8f4cc85da18ba2b0e18c808850bc53 /docs/introduction.rst | |
parent | 55d938b880fd861a22ac66da0da9a741bdd9abd5 (diff) | |
parent | 9671fd8d62d28b729fd743f04c3b0799801381bf (diff) | |
download | mitmproxy-46143ba004ee302c83d860225da5f32980b2af9b.tar.gz mitmproxy-46143ba004ee302c83d860225da5f32980b2af9b.tar.bz2 mitmproxy-46143ba004ee302c83d860225da5f32980b2af9b.zip |
Merge pull request #1482 from Kriechi/improve-docs
update docs: how mitmproxy works
Diffstat (limited to 'docs/introduction.rst')
-rw-r--r-- | docs/introduction.rst | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst index 058f39f9..880e28c2 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -1,7 +1,7 @@ Introduction ============ -**mitmproxy** is an interactive, SSL-capable man-in-the-middle proxy for HTTP +**mitmproxy** is an interactive man-in-the-middle proxy for HTTP and HTTPS with a console interface. **mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP. @@ -12,13 +12,12 @@ mitmproxy website: `mitmproxy.org <https://mitmproxy.org/>`_ .. rubric:: 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. +- Intercept HTTP & HTTPS 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/TLS certificates for interception are generated on the fly +- And much, much more... |