... | ... | @@ -90,6 +90,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
|
* [Extend paths (--scope-extend-paths)](#scope-extend-paths)
|
|
|
* [Restrict paths (--scope-restrict-paths)](#scope-restrict-paths)
|
|
|
* [URL rewrite (--scope-url-rewrite)](#scope-url-rewrite)
|
|
|
* [DOM depth limit (--scope-dom-depth-limit)](#scope-dom-depth-limit)
|
|
|
* [DOM event limit (--scope-dom-event-limit)](#scope-dom-event-limit)
|
|
|
* [HTTPS only (--scope-https-only)](#scope-https-only)
|
|
|
* [Audit](#audit)
|
|
|
* [Links (--audit-links)](#audit-links)
|
... | ... | @@ -583,6 +585,17 @@ 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 name='scope-dom-event-limit'><a href='#scope-dom-event-limit'>DOM event limit (--scope-dom-event-limit)</a></h3>
|
|
|
|
|
|
**Expects**: `integer`
|
|
|
|
|
|
**Default**: `infinite`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
This option limits the ammoutn of events to be triggered for each page DOM snapshot.
|
|
|
|
|
|
<h3 name='scope-https-only'><a href='#scope-https-only'>HTTPS only (--scope-https-only)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
... | ... | @@ -888,11 +901,11 @@ There's a number of ways to do that, I've found that Firebug's export cookie fea |
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
Cookies, as a string, to be sent to the web application.
|
|
|
Cookies, in the format of a `Set-Cookie` response header, to be sent to the web application.
|
|
|
|
|
|
<h4 name='http-cookie-string_example'><a href='#http-cookie-string_example'>Example</a></h4>
|
|
|
|
|
|
--http-cookie-string='userid=19;sessionid=deadbeefbabe'
|
|
|
--http-cookie-string='my_cookie=my_value; Path=/, other_cookie=other_value; Path=/test'
|
|
|
|
|
|
|
|
|
<h3 name='http-authentication'><a href='#http-authentication'>Authentication</a></h3>
|
... | ... | |