diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-01-21 09:36:20 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-01-21 09:36:20 +1300 |
commit | 5288848d03c928cc6b6b541cdf63c3fe22133e24 (patch) | |
tree | 0c7f2e31bfc09d0429c96bae776548f42a23fba8 | |
parent | 9bd269c26a02d94f16d7c39f3cb0a4cd46bb40b1 (diff) | |
download | mitmproxy-5288848d03c928cc6b6b541cdf63c3fe22133e24.tar.gz mitmproxy-5288848d03c928cc6b6b541cdf63c3fe22133e24.tar.bz2 mitmproxy-5288848d03c928cc6b6b541cdf63c3fe22133e24.zip |
Adjust docs, old -C is now -I.
-rw-r--r-- | libpathod/templates/docs_pathoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/docs_pathoc.html b/libpathod/templates/docs_pathoc.html index eff4920c..cae2e620 100644 --- a/libpathod/templates/docs_pathoc.html +++ b/libpathod/templates/docs_pathoc.html @@ -89,7 +89,7 @@ the command-line help:</p> a few of its command-line options makes for quite a powerful basic fuzzer. Here's an example:</p> - <pre class="terminal">> pathoc -e -C 200 -t 2 -n 1000 localhost get:/:b@10:ir,@1</pre> + <pre class="terminal">> pathoc -e -I 200 -t 2 -n 1000 localhost get:/:b@10:ir,@1</pre> <p>The request specified here is a valid GET with a body consisting of 10 random bytes, but with 1 random byte inserted in a random place. This could @@ -106,7 +106,7 @@ the command-line help:</p> <li> The <b>-n</b> option tells pathoc to repeat the request 1000 times.</li> - <li> The <b>-C</b> option tells pathoc to ignore HTTP 200 response + <li> The <b>-I</b> option tells pathoc to ignore HTTP 200 response codes. You can use this to fine-tune what pathoc considers to be an exceptional condition, and therefore log-worthy.</li> |