tldr/pages/common/mitmproxy.md
Hayden Schiff 5750cca1f7 mitmproxy: "binded"-->"bound"
i can write english real good like
2016-01-28 16:22:29 -05:00

12 lines
211 B
Markdown

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