aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-15 11:54:18 +0000
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-21 10:38:25 +0200
commitf95784ba9d473f77d18f5391ca45da4d4f1d6e50 (patch)
treed2875e742f347dcd38e69b733e9c5095266cfa20 /docs
parent4be387d654ef2877fc535c6cb83ff1f32645fd81 (diff)
downloadmitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.gz
mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.bz2
mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.zip
update readme slogan
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/_index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/src/content/_index.md b/docs/src/content/_index.md
index cd368df0..6283343d 100644
--- a/docs/src/content/_index.md
+++ b/docs/src/content/_index.md
@@ -11,8 +11,7 @@ menu:
The mitmproxy project's tools are a set of front-ends that expose common
underlying functionality.
-**mitmproxy** is an interactive man-in-the-middle proxy for HTTP and HTTPS
-with a console interface.
+**mitmproxy** is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.
**mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP.
@@ -21,6 +20,9 @@ with a console interface.
Documentation, tutorials and distribution packages can be found on the
[mitmproxy website](https://mitmproxy.org).
+Development information and our source code can be found in our
+[GitHub repository](https://github.com/mitmproxy/mitmproxy).
+
## Features
@@ -29,8 +31,7 @@ Documentation, tutorials and distribution packages can be found on the
- 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
+- Transparent proxy mode on macOS and Linux
- Make scripted changes to HTTP traffic using Python
- SSL/TLS certificates for interception are generated on the fly
- And much, much more...
-