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

12 lines
211 B
Markdown
Raw Normal View History

2016-01-28 16:14:24 -05:00
# mitmproxy
> An interactive man-in-the-middle HTTP proxy.
- 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}}`