From fe4c371001c0c9f1895e3ed6dea7506617b5e3cb Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 15 May 2018 10:07:09 +1200 Subject: docs: split out tool documentation --- docs/src/content/tools-mitmweb.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/src/content/tools-mitmweb.md (limited to 'docs/src/content/tools-mitmweb.md') diff --git a/docs/src/content/tools-mitmweb.md b/docs/src/content/tools-mitmweb.md new file mode 100644 index 00000000..a3205377 --- /dev/null +++ b/docs/src/content/tools-mitmweb.md @@ -0,0 +1,23 @@ +--- +title: "mitmweb" +menu: "tools" +menu: + tools: + weight: 3 +--- + +## mitmweb + +{{< figure src="/screenshots/mitmweb.png" >}} + +**mitmweb** is mitmproxy's web-based user interface that allows +interactive examination and modification of HTTP traffic. Like +mitmproxy, it differs from mitmdump in that all flows are kept in +memory, which means that it's intended for taking and manipulating +small-ish samples. + +{{% note %}} +Mitmweb is currently in beta. We consider it stable for all features +currently exposed in the UI, but it still misses a lot of mitmproxy's +features. +{{% /note %}} -- cgit v1.2.3