mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 06:57:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user