diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md new file mode 100644 index 000000000..431caa423 --- /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 bound to custom address and port: + +`mitmproxy -b {{ip_address}} -p {{port}}`