diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-08-15 13:13:51 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-08-17 05:13:49 +0200 |
commit | 9671fd8d62d28b729fd743f04c3b0799801381bf (patch) | |
tree | c70f53df32bafd0ee3f77d5c965d90769f97ad14 /docs | |
parent | 709ed0c0be7ca2b71fb80610857199f0dfd70c62 (diff) | |
download | mitmproxy-9671fd8d62d28b729fd743f04c3b0799801381bf.tar.gz mitmproxy-9671fd8d62d28b729fd743f04c3b0799801381bf.tar.bz2 mitmproxy-9671fd8d62d28b729fd743f04c3b0799801381bf.zip |
update docs: introduction
Diffstat (limited to 'docs')
-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... |