Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-04 00:16:06 +00:00
parent 6d3dd67e22
commit e2776841ad
21 changed files with 47 additions and 47 deletions

View File

@@ -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}} {{--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.):
@@ -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 {{--mode|-m}} {{regular|transparent|socks5|...}}`
`mitmproxy {{-m|--mode}} {{regular|transparent|socks5|...}}`
- Set the console layout: