aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/replacements.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-07-30 10:47:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-07-30 10:47:12 +0200
commitcdc84f52d213cb2b2b2a06a17378ebe757908865 (patch)
tree9e5b6b0d10a166ccf2b1867fe567b75704fd563d /doc-src/features/replacements.html
parentd2ae6b630e7924479aefbb9f0193fdfcbae8fea6 (diff)
parent3346daa65aa95db0b81c35827da037fbc3c87af7 (diff)
downloadmitmproxy-cdc84f52d213cb2b2b2a06a17378ebe757908865.tar.gz
mitmproxy-cdc84f52d213cb2b2b2a06a17378ebe757908865.tar.bz2
mitmproxy-cdc84f52d213cb2b2b2a06a17378ebe757908865.zip
Merge pull request #699 from onlywade/bugfix/docs_update_shortcut_keys
Update docs to reflect current shortcut keys for features which have …
Diffstat (limited to 'doc-src/features/replacements.html')
-rw-r--r--doc-src/features/replacements.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc-src/features/replacements.html b/doc-src/features/replacements.html
index c10fe2c3..6de06d5e 100644
--- a/doc-src/features/replacements.html
+++ b/doc-src/features/replacements.html
@@ -9,14 +9,14 @@ replace hook is triggered on server response, the replacement is only run on
the Response object leaving the Request intact. You control whether the hook
triggers on the request, response or both using the filter pattern. If you need
finer-grained control than this, it's simple to create a script using the
-replacement API on Flow components.
+replacement API on Flow components.
Replacement hooks are extremely handy in interactive testing of applications.
For instance you can use a replace hook to replace the text "XSS" with a
complicated XSS exploit, and then "inject" the exploit simply by interacting
with the application through the browser. When used with tools like Firebug and
mitmproxy's own interception abilities, replacement hooks can be an amazingly
-flexible and powerful feature.
+flexible and powerful feature.
## On the command-line
@@ -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>