... | ... | @@ -71,6 +71,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
|
* [Generic](#generic)
|
|
|
* [Version (--version)](#version)
|
|
|
* [Authorized by (--authorized-by)](#authorized-by)
|
|
|
* [Daemon friendly (--daemon-friendly)](#daemon-friendly)
|
|
|
* [Output](#output)
|
|
|
* [Verbose (--output-verbose)](#output-verbose)
|
|
|
* [Example](#output-verbose_example)
|
... | ... | @@ -203,6 +204,16 @@ Outputs the Arachni banner and version information. |
|
|
The string passed to this option will be used as the value for the `From` HTTP request header field.
|
|
|
The option value should be the e-mail address of the person who authorized the scan.
|
|
|
|
|
|
<h3 name='daemon-friendly'><a href='#daemon-friendly'>Daemon friendly (--daemon-friendly)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
Disables the keyboard listener for the scan status screen, in order to allow the system to be run in the background using `&`.
|
|
|
|
|
|
<h2 name='output'><a href='#output'>Output</a></h2>
|
|
|
|
|
|
<h3 name='output-verbose'><a href='#output-verbose'>Verbose (--output-verbose)</a></h3>
|
... | ... | |