tldr/pages/common/mitmproxy.md

13 lines
256 B
Markdown

# mitmproxy
> An interactive man-in-the-middle HTTP proxy.
> More information: <https://mitmproxy.org>.
- Start mitmproxy with default settings:
`mitmproxy`
- Start mitmproxy bound to custom address and port:
`mitmproxy -b {{ip_address}} -p {{port}}`