tldr/pages/common/mitmproxy.md

12 lines
211 B
Markdown
Raw Normal View History

2016-01-28 21:14:24 +00: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 21:14:24 +00:00
`mitmproxy -b {{ip_address}} -p {{port}}`