... | ... | @@ -78,11 +78,11 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
|
* [Request timeout (--http-request-timeout)](#http-request-timeout)
|
|
|
* [Request redirect limit (--http-request-redirect-limit)](#http-request-redirect-limit)
|
|
|
* [Request queue size (--http-request-queue-size)](#http-request-queue-size)
|
|
|
* [Request header (--http-request-header)](#http-request-header)
|
|
|
* [Example](#http-request-header_example)
|
|
|
* [HTTPS only (--https-only)](#https-only)
|
|
|
* [Cookie jar (--cookie-jar)](#cookie-jar)
|
|
|
* [Cookie string (--cookie-string)](#cookie-string)
|
|
|
* [Custom header (--custom-header)](#custom-header)
|
|
|
* [Example](#custom-header_example)
|
|
|
* [Login check URL (--login-check-url)](#login-check-url)
|
|
|
* [Login check pattern (--login-check-pattern)](#login-check-pattern)
|
|
|
* [Profiles](#profiles)
|
... | ... | @@ -419,6 +419,21 @@ Maximum amount of HTTP requests to keep in the client queue. |
|
|
|
|
|
**Note**: More means better scheduling and better performance, less means less RAM consumption.
|
|
|
|
|
|
<h3 id='http-request-header'><a href='#http-request-header'>Request header (--http-request-header)</a></h3>
|
|
|
|
|
|
**Expects**: `string`
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
|
Allows you to specify custom HTTP request headers in the form of key-value pairs.
|
|
|
|
|
|
<h4 id='http-request-header_example'><a href='#http-request-header_example'>Example</a></h4>
|
|
|
|
|
|
--http-request-header='field_name=field value'
|
|
|
|
|
|
<h3 id='https-only'><a href='#https-only'>HTTP timeout (--https-only)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
... | ... | @@ -465,22 +480,6 @@ Cookies, as a string, to be sent to the web application. |
|
|
|
|
|
--cookie-string='userid=19;sessionid=deadbeefbabe'
|
|
|
|
|
|
<h3 id='custom-header'><a href='#custom-header'>Custom header (--custom-header)</a></h3>
|
|
|
|
|
|
**Expects**: `string`
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `yes`
|
|
|
|
|
|
|
|
|
Allows you to specify custom headers in the form of key-value pairs.
|
|
|
|
|
|
<h4 id='custom-header_example'><a href='#custom-header_example'>Example</a></h4>
|
|
|
|
|
|
--custom-header='field_name=field value'
|
|
|
|
|
|
|
|
|
<h3 id='login-check-url'><a href='#login-check-url'>Login check URL (--login-check-url)</a></h3>
|
|
|
|
|
|
**Expects**: `string`
|
... | ... | |