From 9a819adb6f0b494d527b49f6643a355262573df8 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:14:24 -0500 Subject: [PATCH 1/2] 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}}` From 5750cca1f74f70af6179c295440475b0324677b5 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:22:29 -0500 Subject: [PATCH 2/2] mitmproxy: "binded"-->"bound" i can write english real good like --- pages/common/mitmproxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md index 0351ffd0a..431caa423 100644 --- a/pages/common/mitmproxy.md +++ b/pages/common/mitmproxy.md @@ -6,6 +6,6 @@ `mitmproxy` -- Start mitmproxy binded to custom address and port: +- Start mitmproxy bound to custom address and port: `mitmproxy -b {{ip_address}} -p {{port}}`