tldr/pages/common/mitmproxy.md

212 B

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}}