... | ... | @@ -130,10 +130,10 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
|
|
* [Load (--plugin)](#plugin)
|
|
|
* [Example](#plugin_example)
|
|
|
* [Platforms](#platforms)
|
|
|
* [List platforms (--lsplat)](#lsplat)
|
|
|
* [List (--platforms-list)](#platforms-list)
|
|
|
* [Disable fingerprinting (--no-fingerprinting)](#no-fingerprinting)
|
|
|
* [Platforms (--platforms)](#platforms)
|
|
|
* [Example](#platforms_example)
|
|
|
* [Configure (--platforms)](#platforms-platforms)
|
|
|
* [Example](#platforms-platforms_example)
|
|
|
|
|
|
<h2 id='generic'><a href='#generic'>Generic</a></h2>
|
|
|
|
... | ... | @@ -983,7 +983,7 @@ arachni http://testfire.net --scope-page-limit=1 --checks=xss \ |
|
|
|
|
|
<h2 id='platforms'><a href='#platforms'>Platforms</a></h2>
|
|
|
|
|
|
<h3 id='lsplat'><a href='#lsplat'>List platforms (--lsplat)</a></h3>
|
|
|
<h3 id='platforms-list'><a href='#platforms-list'>List (--platforms-list)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
... | ... | @@ -1003,16 +1003,16 @@ Lists all available platforms. |
|
|
|
|
|
Disables platform fingerprinting and results in all audit payloads being sent to the webapp.
|
|
|
|
|
|
<h3 id='platforms'><a href='#platforms'>Platforms (--platforms)</a></h3>
|
|
|
<h3 id='platforms-platforms'><a href='#platforms-platforms'>Configure (--platforms)</a></h3>
|
|
|
|
|
|
**Expects**: `platform,platform,...`
|
|
|
**Expects**: `string,string,...`
|
|
|
|
|
|
**Default**: `auto`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
Explicitly sets the platforms for the remote web application. You can use this to help
|
|
|
Arachni be more efficient in its audit.
|
|
|
the system be more efficient in its scan.
|
|
|
|
|
|
<h2 id='cli_help_output'><a href='#cli_help_output'>CLI Help Output</a></h2>
|
|
|
|
... | ... | |