mirror of https://github.com/CrimsonTome/tldr.git
mitmproxy: add page
parent
f38c34f484
commit
9a819adb6f
|
@ -0,0 +1,11 @@
|
|||
# mitmproxy
|
||||
|
||||
> An interactive man-in-the-middle HTTP proxy.
|
||||
|
||||
- Start mitmproxy with default settings:
|
||||
|
||||
`mitmproxy`
|
||||
|
||||
- Start mitmproxy binded to custom address and port:
|
||||
|
||||
`mitmproxy -b {{ip_address}} -p {{port}}`
|
Loading…
Reference in New Issue