tldr/pages/common/mitmproxy.md

13 lines
256 B
Markdown
Raw Normal View History

2016-01-28 21:14:24 +00:00
# mitmproxy
> An interactive man-in-the-middle HTTP proxy.
2019-06-04 10:25:11 +01:00
> More information: <https://mitmproxy.org>.
2016-01-28 21:14:24 +00:00
- Start mitmproxy with default settings:
`mitmproxy`
- Start mitmproxy bound to custom address and port:
2016-01-28 21:14:24 +00:00
`mitmproxy -b {{ip_address}} -p {{port}}`