... | @@ -38,19 +38,19 @@ h4. You can make module loading easier by using wildcards (*) and exclusions (-) |
... | @@ -38,19 +38,19 @@ 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 --mods=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:
|
|
|
|
|
|
<pre><code>$ arachni http://example.net --mods=audit*</code></pre>
|
|
<pre><code>$ arachni http://example.net --modules=audit*</code></pre>
|
|
|
|
|
|
To exclude only the _csrf_ module:
|
|
To exclude only the _csrf_ module:
|
|
|
|
|
|
<pre><code>$ arachni http://example.net --mods=*,-csrf</code></pre>
|
|
<pre><code>$ arachni http://example.net --modules=*,-csrf</code></pre>
|
|
|
|
|
|
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 --mods=*,-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
|
|
|
|
|
... | | ... | |