From 3346daa65aa95db0b81c35827da037fbc3c87af7 Mon Sep 17 00:00:00 2001 From: Wade Catron Date: Wed, 29 Jul 2015 16:18:49 -0700 Subject: Update docs to reflect current shortcut keys for features which have been moved into the options menu. --- doc-src/features/replacements.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc-src/features/replacements.html') 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. @@ -68,7 +68,7 @@ information. - +
mitmproxy shortcut Rmitmproxy shortcut o then R
-- cgit v1.2.3