1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mitmproxy.md

13 lines
256 B
Markdown
Raw Normal View History

2016-01-28 16:14:24 -05: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 16:14:24 -05:00
- Start mitmproxy with default settings:
`mitmproxy`
- Start mitmproxy bound to custom address and port:
2016-01-28 16:14:24 -05:00
`mitmproxy -b {{ip_address}} -p {{port}}`