diff --git a/libpathod/templates/docs_pathoc.html b/libpathod/templates/docs_pathoc.html index eff4920c6..cae2e6207 100644 --- a/libpathod/templates/docs_pathoc.html +++ b/libpathod/templates/docs_pathoc.html @@ -89,7 +89,7 @@ the command-line help:

a few of its command-line options makes for quite a powerful basic fuzzer. Here's an example:

-
> pathoc -e -C 200 -t 2 -n 1000 localhost get:/:b@10:ir,@1
+
> pathoc -e -I 200 -t 2 -n 1000 localhost get:/:b@10:ir,@1

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:

  • The -n option tells pathoc to repeat the request 1000 times.
  • -
  • The -C option tells pathoc to ignore HTTP 200 response +
  • The -I 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.