mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
Adjust docs, old -C is now -I.
This commit is contained in:
parent
9bd269c26a
commit
5288848d03
@ -89,7 +89,7 @@ the command-line help:</p>
|
|||||||
a few of its command-line options makes for quite a powerful basic fuzzer.
|
a few of its command-line options makes for quite a powerful basic fuzzer.
|
||||||
Here's an example:</p>
|
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
|
<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
|
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
|
<li> The <b>-n</b> option tells pathoc to repeat the request 1000
|
||||||
times.</li>
|
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
|
codes. You can use this to fine-tune what pathoc considers to be an
|
||||||
exceptional condition, and therefore log-worthy.</li>
|
exceptional condition, and therefore log-worthy.</li>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user