... | @@ -80,6 +80,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -80,6 +80,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
* [Request queue size (--http-request-queue-size)](#http-request-queue-size)
|
|
* [Request queue size (--http-request-queue-size)](#http-request-queue-size)
|
|
* [Request header (--http-request-header)](#http-request-header)
|
|
* [Request header (--http-request-header)](#http-request-header)
|
|
* [Example](#http-request-header_example)
|
|
* [Example](#http-request-header_example)
|
|
|
|
* [Response max size (--http-response-max-size)](#http-response-max-size)
|
|
* [HTTPS only (--https-only)](#https-only)
|
|
* [HTTPS only (--https-only)](#https-only)
|
|
* [Cookie jar (--cookie-jar)](#cookie-jar)
|
|
* [Cookie jar (--cookie-jar)](#cookie-jar)
|
|
* [Cookie string (--cookie-string)](#cookie-string)
|
|
* [Cookie string (--cookie-string)](#cookie-string)
|
... | @@ -434,6 +435,17 @@ Allows you to specify custom HTTP request headers in the form of key-value pairs |
... | @@ -434,6 +435,17 @@ Allows you to specify custom HTTP request headers in the form of key-value pairs |
|
|
|
|
|
--http-request-header='field_name=field value'
|
|
--http-request-header='field_name=field value'
|
|
|
|
|
|
|
|
<h3 id='http-response-max-size'><a href='#http-response-max-size'>Response max size (--http-response-max-size)</a></h3>
|
|
|
|
|
|
|
|
**Expects**: `integer`
|
|
|
|
|
|
|
|
**Default**: `infinite`
|
|
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
|
|
|
Limits the size of response bodies the client accepts. Essentially, the client will not download bodies of responses which have a `Content-Length` larger than the specified value.
|
|
|
|
|
|
<h3 id='https-only'><a href='#https-only'>HTTP timeout (--https-only)</a></h3>
|
|
<h3 id='https-only'><a href='#https-only'>HTTP timeout (--https-only)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
**Expects**: `<n/a>`
|
... | | ... | |