|
|
## Version 0.4.2
|
|
|
## Version 0.4.3
|
|
|
|
|
|
There are a lot of options, customizations and tweaks you can use but fear not and don't let yourself be overwhelmed.
|
|
|
|
... | ... | @@ -144,6 +144,11 @@ in your gems path._ |
|
|
* [Example](#lsplug_example)
|
|
|
* [Load a plugin (--plugin)](#plugin)
|
|
|
* [Example](#plugin_example)
|
|
|
* [Platforms](#platforms)
|
|
|
* [List platforms (--lsplat)](#lsplat)
|
|
|
* [Disable fingerprinting (--no-fingerprinting)](#no-fingerprinting)
|
|
|
* [Platforms (--platforms)](#platforms)
|
|
|
* [Example](#platforms_example)
|
|
|
* [Proxy](#proxy)
|
|
|
* [Proxy server (--proxy)](#proxy_server)
|
|
|
* [Proxy authentication (--proxy-auth)](#proxy-auth)
|
... | ... | @@ -2416,7 +2421,38 @@ Arachni - Web Application Security Scanner Framework v0.4.2 |
|
|
[~] Throttled max concurrency 20
|
|
|
```
|
|
|
|
|
|
<h2 id='platforms'><a href='#platforms'>Platforms</a></h2>
|
|
|
|
|
|
<h3 id='lsplat'><a href='#lsplat'>List platforms (--lsplat)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
Lists all available platforms.
|
|
|
|
|
|
<h3 id='no-fingerprinting'><a href='#no-fingerprinting'>Disable fingerprinting (--no-fingerprinting)</a></h3>
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
Disables platform fingerprinting and results in all audit payloads being sent to the webapp.
|
|
|
|
|
|
<h3 id='platforms'><a href='#platforms'>Platforms (--platforms)</a></h3>
|
|
|
|
|
|
**Expects**: `platform,platform,...`
|
|
|
|
|
|
**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.
|
|
|
|
|
|
<h2 id='proxy'><a href='#proxy'>Proxy</a></h2>
|
|
|
|
... | ... | |