... | ... | @@ -104,8 +104,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
|
* [Redundant paths (--scope-redundant-path-pattern)](#scope-redundant-path-pattern)
|
|
|
* [Auto-redundant (--scope-auto-redundant)](#scope-auto-redundant)
|
|
|
* [Example](#scope-auto-redundant_example)
|
|
|
* [Depth limit (--depth)](#depth)
|
|
|
* [Link count limit (--link-count)](#link-count)
|
|
|
* [Directory depth limit (--scope-directory-depth-limit)](#scope-directory-depth-limit)
|
|
|
* [Page limit (--scope-page-limit)](#scope-page-limit)
|
|
|
* [Extend paths (--extend-paths)](#extend-paths)
|
|
|
* [Restrict paths (--restrict-paths)](#restrict-paths)
|
|
|
* [HTTPS only (--https-only)](#https-only)
|
... | ... | @@ -700,7 +700,7 @@ http://test.com/?stuff=blah&stuff2=2 |
|
|
http://test.com/path.php?stuff=blah&stuff2=1
|
|
|
```
|
|
|
|
|
|
<h3 id='depth'><a href='#depth'>Depth limit (--depth)</a></h3>
|
|
|
<h3 id='scope-directory-depth-limit'><a href='#scope-directory-depth-limit'>Directory depth limit (--scope-directory-depth-limit)</a></h3>
|
|
|
|
|
|
**Expects**: `integer`
|
|
|
|
... | ... | @@ -709,9 +709,9 @@ http://test.com/path.php?stuff=blah&stuff2=1 |
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
It specifies how deep into the site structure the crawler should go.
|
|
|
This option limits how deep into the site structure the scan should go.
|
|
|
|
|
|
<h3 id='link-count'><a href='#link-count'>Link count limit (--link-count)</a></h3>
|
|
|
<h3 id='scope-page-limit'><a href='#scope-page-limit'>Page limit (--scope-page-limit)</a></h3>
|
|
|
|
|
|
**Expects**: `integer`
|
|
|
|
... | ... | @@ -720,7 +720,7 @@ It specifies how deep into the site structure the crawler should go. |
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
It specifies how many links the crawler should follow.
|
|
|
This option limits how many pages should be included in the scan.
|
|
|
|
|
|
<h3 id='extend-paths'><a href='#extend-paths'>Extend paths (--extend-paths)</a></h3>
|
|
|
|
... | ... | |