... | @@ -96,11 +96,11 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -96,11 +96,11 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [Save (--profile-save-filepath)](#profile-save-filepath)
|
|
* [Save (--profile-save-filepath)](#profile-save-filepath)
|
|
* [Load (--profile-load-filepath)](#profile-load-filepath)
|
|
* [Load (--profile-load-filepath)](#profile-load-filepath)
|
|
* [Scope](#scope)
|
|
* [Scope](#scope)
|
|
|
|
* [Include (--scope-include-pattern)](#scope-include-pattern)
|
|
* [Exclude (--exclude/-e)](#exclude)
|
|
* [Exclude (--exclude/-e)](#exclude)
|
|
* [Example](#exclude_example)
|
|
* [Example](#exclude_example)
|
|
* [Exclude page by content (--exclude-page)](#exclude-page)
|
|
* [Exclude page by content (--exclude-page)](#exclude-page)
|
|
* [Example](#exclude-page_example)
|
|
* [Example](#exclude-page_example)
|
|
* [Include (--include/-i)](#include)
|
|
|
|
* [Redundant (--redundant)](#redundant)
|
|
* [Redundant (--redundant)](#redundant)
|
|
* [Auto-redundant (--auto-redundant)](#auto-redundant)
|
|
* [Auto-redundant (--auto-redundant)](#auto-redundant)
|
|
* [Example](#auto-redundant_example)
|
|
* [Example](#auto-redundant_example)
|
... | @@ -590,7 +590,19 @@ This option allows you to load and run a saved profile. |
... | @@ -590,7 +590,19 @@ This option allows you to load and run a saved profile. |
|
|
|
|
|
**Note**: This option does not impede your ability to specify more options or resave the profile.
|
|
**Note**: This option does not impede your ability to specify more options or resave the profile.
|
|
|
|
|
|
<h2 id='crawler'><a href='#crawler'>Crawler</a></h2>
|
|
<h2 id='scope'><a href='#scope'>Scope</a></h2>
|
|
|
|
|
|
|
|
* `pattern` refers to valid Ruby regular expressions without being enclosed by `/`.
|
|
|
|
|
|
|
|
<h3 id='scope-include-pattern'><a href='#scope-include-pattern'>Include (--scope-include-pattern)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `pattern`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
Restricts the scope of the scan to resources whose URL matches any of the specified patterns.
|
|
|
|
|
|
<h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3>
|
|
<h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3>
|
|
|
|
|
... | @@ -702,18 +714,6 @@ Arachni - Web Application Security Scanner Framework v0.4.2 |
... | @@ -702,18 +714,6 @@ Arachni - Web Application Security Scanner Framework v0.4.2 |
|
The `--exclude-page` option expects a regular expression or plain string
|
|
The `--exclude-page` option expects a regular expression or plain string
|
|
and excludes pages whose content matching that expression from the crawl process.
|
|
and excludes pages whose content matching that expression from the crawl process.
|
|
|
|
|
|
<h3 id='include'><a href='#include'>Include (--include/-i)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `regexp`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
|
|
|
|
This is the exact oposite of the `--exclude` option.
|
|
|
|
When a regular expression is passed to the `--include` option, **only** URLs matching that regular expression will be crawled.
|
|
|
|
|
|
|
|
<h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3>
|
|
<h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3>
|
|
|
|
|
|
**Expects**: `regexp:integer`
|
|
**Expects**: `regexp:integer`
|
... | | ... | |