mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Update docs to reflect current shortcut keys for features which have been moved into the options menu.
This commit is contained in:
parent
d2ae6b630e
commit
3346daa65a
@ -18,7 +18,7 @@ If you want to ignore traffic from mitmproxy's processing because of large respo
|
||||
<th width="20%">command-line</th> <td>--ignore regex</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>I</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>I</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -52,9 +52,9 @@ times.
|
||||
|
||||
## Interactively
|
||||
|
||||
The _R_ shortcut key in mitmproxy lets you add and edit replacement hooks using
|
||||
a built-in editor. The context-sensitive help (_h_) has complete usage
|
||||
information.
|
||||
The _R_ shortcut key in the mitmproxy options menu (_o_) lets you add and edit
|
||||
replacement hooks using a built-in editor. The context-sensitive help (_?_) has
|
||||
complete usage information.
|
||||
|
||||
<table class="table">
|
||||
<tbody>
|
||||
@ -68,7 +68,7 @@ information.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>R</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>R</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -12,7 +12,7 @@ command-line, or through an interactive editor in mitmproxy.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>H</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>H</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -27,7 +27,7 @@ with the secured resources.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>t</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>t</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -52,7 +52,7 @@ replay of HTTP Digest authentication.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>u</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>A</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -17,7 +17,7 @@ If you are not interested in the raw TCP messages, you should use the ignore dom
|
||||
<th width="20%">command-line</th> <td>--tcp HOST</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>T</b></td>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>T</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -17,5 +17,8 @@ Upstream cert sniffing is on by default, and can optionally be turned off.
|
||||
<tr>
|
||||
<th width="20%">command-line</th> <td>--no-upstream-cert</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>mitmproxy shortcut</th> <td><b>o</b> then <b>U</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -60,7 +60,7 @@ At the moment, the Grid Editor is used in four parts of mitmproxy:
|
||||
- Editing request or response headers (_e_ for edit, then _h_ for headers in flow view)
|
||||
- Editing a query string (_e_ for edit, then _q_ for query in flow view)
|
||||
- Editing a URL-encoded form (_e_ for edit, then _f_ for form in flow view)
|
||||
- Editing replacement patterns (_R_ globally)
|
||||
- Editing replacement patterns (_o_ for options, then _R_ for Replacement Patterns)
|
||||
|
||||
If there is is no data, an empty editor will be started to let you add some.
|
||||
Here is the editor showing the headers from a request:
|
||||
|
Loading…
Reference in New Issue
Block a user