... | @@ -101,7 +101,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -101,7 +101,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [Exclude (--scope-exclude-patterns)](#scope-exclude-patterns)
|
|
* [Exclude (--scope-exclude-patterns)](#scope-exclude-patterns)
|
|
* [Exclude page by content (--scope-exclude-content-pattern)](#scope-exclude-content-pattern)
|
|
* [Exclude page by content (--scope-exclude-content-pattern)](#scope-exclude-content-pattern)
|
|
* [Exclude binaries (--scope-exclude-binaries)](#scope-exclude-binaries)
|
|
* [Exclude binaries (--scope-exclude-binaries)](#scope-exclude-binaries)
|
|
* [Redundant (--redundant)](#redundant)
|
|
* [Redundant paths (--scope-redundant-path-pattern)](#scope-redundant-path-pattern)
|
|
* [Auto-redundant (--auto-redundant)](#auto-redundant)
|
|
* [Auto-redundant (--auto-redundant)](#auto-redundant)
|
|
* [Example](#auto-redundant_example)
|
|
* [Example](#auto-redundant_example)
|
|
* [Depth limit (--depth)](#depth)
|
|
* [Depth limit (--depth)](#depth)
|
... | @@ -646,21 +646,21 @@ Excludes pages with binary content. |
... | @@ -646,21 +646,21 @@ Excludes pages with binary content. |
|
|
|
|
|
**Note**: Binary content can confuse passive check that perform pattern matching.
|
|
**Note**: Binary content can confuse passive check that perform pattern matching.
|
|
|
|
|
|
<h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3>
|
|
<h3 id='scope-redundant-path-pattern'><a href='#scope-redundant-path-pattern'>Redundant (--scope-redundant-path-pattern)</a></h3>
|
|
|
|
|
|
**Expects**: `regexp:integer`
|
|
**Expects**: `pattern:integer`
|
|
|
|
|
|
**Default**: `disabled`
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
|
|
The redundant option expects a regular expression and a counter, like so:
|
|
This option expects a pattern and a counter, like so:
|
|
`--redundant='calendar.php':3`
|
|
`--scope-redundant-path-pattern='calendar.php:3'`
|
|
|
|
|
|
This will cause URLs that contain "calendar.php" to be crawled only 3 times.
|
|
This will cause URLs that contain `calendar.php` to be crawled only 3 times.
|
|
|
|
|
|
This option is useful when auditing a website that has a lot of redundant pages like a photo gallery or a dynamically generated calendar.
|
|
This option is useful when scanning websites that have a lot of redundant pages like a photo gallery or a dynamically generated calendar.
|
|
|
|
|
|
<h3 id='auto-redundant'><a href='#auto-redundant'>Auto-redundant (--auto-redundant)</a></h3>
|
|
<h3 id='auto-redundant'><a href='#auto-redundant'>Auto-redundant (--auto-redundant)</a></h3>
|
|
|
|
|
... | | ... | |