aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/content/_index.md')
-rw-r--r--docs/src/content/_index.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/src/content/_index.md b/docs/src/content/_index.md
new file mode 100644
index 00000000..a977e2db
--- /dev/null
+++ b/docs/src/content/_index.md
@@ -0,0 +1,32 @@
+---
+title: "Introduction"
+menu:
+ overview:
+ weight: 1
+---
+
+# Introduction
+
+**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.
+
+**mitmweb** is a web-based interface for mitmproxy.
+
+Documentation, tutorials and distribution packages can be found on the
+[mitmproxy website](https://mitmproxy.org).
+
+
+## Features
+
+- 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...
+