aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/replacements.html
diff options
context:
space:
mode:
authorWade Catron <onlywade@gmail.com>2015-07-29 16:18:49 -0700
committerWade Catron <onlywade@gmail.com>2015-07-29 16:18:49 -0700
commit3346daa65aa95db0b81c35827da037fbc3c87af7 (patch)
tree9e5b6b0d10a166ccf2b1867fe567b75704fd563d /doc-src/features/replacements.html
parentd2ae6b630e7924479aefbb9f0193fdfcbae8fea6 (diff)
downloadmitmproxy-3346daa65aa95db0b81c35827da037fbc3c87af7.tar.gz
mitmproxy-3346daa65aa95db0b81c35827da037fbc3c87af7.tar.bz2
mitmproxy-3346daa65aa95db0b81c35827da037fbc3c87af7.zip
Update docs to reflect current shortcut keys for features which have been moved into the options menu.
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>