pages*: convert long-short to short-long syntax (#13567)
* pages*: convert long-short to short-long syntax * git-add: fix typo
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
|
||||
- Start `mitmproxy` bound to a custom address and port:
|
||||
|
||||
`mitmproxy --listen-host {{ip_address}} {{--listen-port|-p}} {{port}}`
|
||||
`mitmproxy --listen-host {{ip_address}} {{-p|--listen-port}} {{port}}`
|
||||
|
||||
- Start `mitmproxy` using a script to process traffic:
|
||||
|
||||
`mitmproxy {{--scripts|-s}} {{path/to/script.py}}`
|
||||
`mitmproxy {{-s|--scripts}} {{path/to/script.py}}`
|
||||
|
||||
- Export the logs with SSL/TLS master keys to external programs (wireshark, etc.):
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
- Specify mode of operation of the proxy server (`regular` is the default):
|
||||
|
||||
`mitmproxy {{--mode|-m}} {{regular|transparent|socks5|...}}`
|
||||
`mitmproxy {{-m|--mode}} {{regular|transparent|socks5|...}}`
|
||||
|
||||
- Set the console layout:
|
||||
|
||||
|
Reference in New Issue
Block a user