From 9a819adb6f0b494d527b49f6643a355262573df8 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:14:24 -0500 Subject: [PATCH] mitmproxy: add page --- pages/common/mitmproxy.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/mitmproxy.md diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md new file mode 100644 index 000000000..0351ffd0a --- /dev/null +++ b/pages/common/mitmproxy.md @@ -0,0 +1,11 @@ +# mitmproxy + +> An interactive man-in-the-middle HTTP proxy. + +- Start mitmproxy with default settings: + +`mitmproxy` + +- Start mitmproxy binded to custom address and port: + +`mitmproxy -b {{ip_address}} -p {{port}}`