Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 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}} {{-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: