aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst8
-rw-r--r--docs/src/content/_index.md9
-rw-r--r--release/docker/README.md2
-rw-r--r--setup.py2
4 files changed, 11 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index bccc6c5b..d8938a3e 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,8 @@ mitmproxy
This repository contains the **mitmproxy** and **pathod** projects.
-``mitmproxy`` is an interactive, SSL-capable intercepting proxy 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.
@@ -28,7 +28,7 @@ and pathod websites.
The documentation for mitmproxy is available on our website:
-|mitmproxy_docs_stable| |mitmproxy_docs_master|
+|mitmproxy_docs_stable| |mitmproxy_docs_master|
Join our discussion forum on Discourse to ask questions, help
@@ -153,7 +153,7 @@ with the following command:
.. |mitmproxy_docs_stable| image:: https://shields.mitmproxy.org/api/docs-stable-brightgreen.svg
:target: https://docs.mitmproxy.org/stable/
:alt: mitmproxy documentation stable
-
+
.. |mitmproxy_docs_master| image:: https://shields.mitmproxy.org/api/docs-master-brightgreen.svg
:target: https://docs.mitmproxy.org/master/
:alt: mitmproxy documentation master
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...
-
diff --git a/release/docker/README.md b/release/docker/README.md
index 4511a33a..b676d3ae 100644
--- a/release/docker/README.md
+++ b/release/docker/README.md
@@ -1,6 +1,6 @@
# mitmproxy
-Containerized version of [mitmproxy](https://mitmproxy.org/), an interactive SSL-capable intercepting HTTP proxy.
+Containerized version of [mitmproxy](https://mitmproxy.org/): an interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.
# Usage
diff --git a/setup.py b/setup.py
index f1bc2efb..180058a2 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ with open(os.path.join(here, "mitmproxy", "version.py")) as f:
setup(
name="mitmproxy",
version=VERSION,
- description="An interactive, SSL-capable, man-in-the-middle HTTP proxy for penetration testers and software developers.",
+ description="An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.",
long_description=long_description,
url="http://mitmproxy.org",
author="Aldo Cortesi",