Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-28 00:19:36 +00:00
parent 9565d2532c
commit 241ab8e29f
10 changed files with 189 additions and 28 deletions

View File

@@ -32,3 +32,11 @@ source: https://github.com/tldr-pages/tldr.git
- Set the console layout:
`mitmproxy --console-layout {{horizontal|single|vertical}}`
- Save all proxied traffic to a file for later analysis:
`mitmproxy {{[-w|--save-stream-file]}} {{path/to/dump.mitm}}`
- Replay a previously saved HTTP flow file:
`mitmproxy {{[-nr|--no-server --rfile]}} {{path/to/dump.mitm}}`