... | @@ -97,6 +97,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -97,6 +97,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [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)
|
|
* [Include (--scope-include-pattern)](#scope-include-pattern)
|
|
|
|
* [Include subdomains (--scope-include-subdomains)](#scope-include-subdomains)
|
|
* [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)
|
... | @@ -104,7 +105,6 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -104,7 +105,6 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [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)
|
|
* [Follow subdomains (-f/--follow-subdomains)](#follow-subdomains)
|
|
|
|
* [Depth limit (--depth)](#depth)
|
|
* [Depth limit (--depth)](#depth)
|
|
* [Link count limit (--link-count)](#link-count)
|
|
* [Link count limit (--link-count)](#link-count)
|
|
* [Extend paths (--extend-paths)](#extend-paths)
|
|
* [Extend paths (--extend-paths)](#extend-paths)
|
... | @@ -604,6 +604,16 @@ This option allows you to load and run a saved profile. |
... | @@ -604,6 +604,16 @@ This option allows you to load and run a saved profile. |
|
|
|
|
|
Restricts the scope of the scan to resources whose URL matches any of the specified patterns.
|
|
Restricts the scope of the scan to resources whose URL matches any of the specified patterns.
|
|
|
|
|
|
|
|
<h3 id='scope-include-subdomains'><a href='#scope-include-subdomains'>Include subdomains (--scope-include-subdomains)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
Allow the system to include subdomains in the scan.
|
|
|
|
|
|
<h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3>
|
|
<h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3>
|
|
|
|
|
|
**Expects**: `regexp`
|
|
**Expects**: `regexp`
|
... | @@ -769,17 +779,6 @@ http://test.com/?stuff=blah&stuff2=2 |
... | @@ -769,17 +779,6 @@ http://test.com/?stuff=blah&stuff2=2 |
|
http://test.com/path.php?stuff=blah&stuff2=1
|
|
http://test.com/path.php?stuff=blah&stuff2=1
|
|
```
|
|
```
|
|
|
|
|
|
<h3 id='follow-subdomains'><a href='#follow-subdomains'>Follow subdomains (-f/--follow-subdomains)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
|
|
|
This flag will cause Arachni to follow links to subdomains.
|
|
|
|
|
|
|
|
<h3 id='depth'><a href='#depth'>Depth limit (--depth)</a></h3>
|
|
<h3 id='depth'><a href='#depth'>Depth limit (--depth)</a></h3>
|
|
|
|
|
|
**Expects**: `integer`
|
|
**Expects**: `integer`
|
... | | ... | |