mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 23:51:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start `mitmproxy` bound to a custom address and port:
|
||||
|
||||
`mitmproxy --listen-host {{ip_address}} {{-p|--listen-port}} {{port}}`
|
||||
`mitmproxy --listen-host {{ip_address}} {{[-p|--listen-port]}} {{port}}`
|
||||
|
||||
- Start `mitmproxy` using a script to process traffic:
|
||||
|
||||
`mitmproxy {{-s|--scripts}} {{path/to/script.py}}`
|
||||
`mitmproxy {{[-s|--scripts]}} {{path/to/script.py}}`
|
||||
|
||||
- Export the logs with SSL/TLS master keys to external programs (wireshark, etc.):
|
||||
|
||||
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify mode of operation of the proxy server (`regular` is the default):
|
||||
|
||||
`mitmproxy {{-m|--mode}} {{regular|transparent|socks5|...}}`
|
||||
`mitmproxy {{[-m|--mode]}} {{regular|transparent|socks5|...}}`
|
||||
|
||||
- Set the console layout:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user