... | @@ -38,7 +38,7 @@ h4. You can make module loading easier by using wildcards (*) and exclusions (-) |
... | @@ -38,7 +38,7 @@ h4. You can make module loading easier by using wildcards (*) and exclusions (-) |
|
|
|
|
|
To load all _xss_ modules using a wildcard:
|
|
To load all _xss_ modules using a wildcard:
|
|
|
|
|
|
<pre><code>$ arachni http://example.net --modules=xss_*</code></pre>
|
|
<pre><code>$ arachni http://example.net --modules=xss*</code></pre>
|
|
|
|
|
|
To load all _audit_ modules using a wildcard:
|
|
To load all _audit_ modules using a wildcard:
|
|
|
|
|
... | @@ -50,7 +50,7 @@ To exclude only the _csrf_ module: |
... | @@ -50,7 +50,7 @@ To exclude only the _csrf_ module: |
|
|
|
|
|
Or you can mix and match; to run everything but the _xss_ modules:
|
|
Or you can mix and match; to run everything but the _xss_ modules:
|
|
|
|
|
|
<pre><code>$ arachni http://example.net --modules=*,-xss_*</code></pre>
|
|
<pre><code>$ arachni http://example.net --modules=*,-xss*</code></pre>
|
|
|
|
|
|
h4. Performing a full scan quickly
|
|
h4. Performing a full scan quickly
|
|
|
|
|
... | | ... | |