1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 12:24:55 +02:00
tldr/pages/common/mitmproxy.md
2019-06-04 16:29:40 -03:00

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