... | @@ -108,6 +108,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -108,6 +108,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [Page limit (--scope-page-limit)](#scope-page-limit)
|
|
* [Page limit (--scope-page-limit)](#scope-page-limit)
|
|
* [Extend paths (--scope-extend-paths)](#scope-extend-paths)
|
|
* [Extend paths (--scope-extend-paths)](#scope-extend-paths)
|
|
* [Restrict paths (--scope-restrict-paths)](#scope-restrict-paths)
|
|
* [Restrict paths (--scope-restrict-paths)](#scope-restrict-paths)
|
|
|
|
* [URL rewrite (--scope-url-rewrite)](#scope-url-rewrite)
|
|
* [HTTPS only (--https-only)](#https-only)
|
|
* [HTTPS only (--https-only)](#https-only)
|
|
* [Auditor](#auditor)
|
|
* [Auditor](#auditor)
|
|
* [Audit links (--audit-links/-g)](#audit-links)
|
|
* [Audit links (--audit-links/-g)](#audit-links)
|
... | @@ -748,6 +749,33 @@ Uses the paths contained within the given file instead of performing a crawl. |
... | @@ -748,6 +749,33 @@ Uses the paths contained within the given file instead of performing a crawl. |
|
|
|
|
|
**Note**: The file must contains one path per line.
|
|
**Note**: The file must contains one path per line.
|
|
|
|
|
|
|
|
<h3 id='scope-url-rewrite'><a href='#scope-url-rewrite'>URL rewrite (--scope-url-rewrite)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `pattern:substitution`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
|
|
|
|
This option expects a pattern and a substitution, like so:
|
|
|
|
`--scope-url-rewrite='/articles\/[\w-]+\/(\d+)/:articles.php?id=\1'`
|
|
|
|
|
|
|
|
The above will rewrite the URL `http://test.com/articles/some-stuff/23` as `http://test.com/articles.php?id=23`.
|
|
|
|
|
|
|
|
<h3 id='scope-dom-depth-limit'><a href='#scope-dom-depth-limit'>DOM depth limit (--scope-dom-depth-limit)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `integer`
|
|
|
|
|
|
|
|
**Default**: `infinite`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
|
|
|
This option limits how deep into each page's DOM structure the scan should go.
|
|
|
|
|
|
|
|
**Note**: DOM levels are counted as stacked interactions with the page's interface.
|
|
|
|
|
|
<h3 id='https-only'><a href='#https-only'>HTTPS only (--https-only)</a></h3>
|
|
<h3 id='https-only'><a href='#https-only'>HTTPS only (--https-only)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
**Expects**: `<n/a>`
|
... | | ... | |