|
|
## Version 1.3.2
|
|
|
|
|
|
There are a lot of options, customizations and tweaks you can use but fear not and don't let yourself be overwhelmed.
|
|
|
This guide will walk you through each and every one of them and teach you how to use them in order to make your scans as efficient as possible.
|
|
|
|
|
|
_If you intend to scan big and complex sites it's best that you read through this guide and evaluate all available options._
|
|
|
|
|
|
### Quickstart
|
|
|
## Quickstart
|
|
|
|
|
|
#### Help
|
|
|
### Help
|
|
|
|
|
|
In order to see everything Arachni has to offer execute:
|
|
|
|
|
|
arachni -h
|
|
|
|
|
|
#### Control screen
|
|
|
### Control screen
|
|
|
|
|
|
To see a control screen via which you can inspect an issue summary and perform actions like pausing/resuming, aborting, suspending etc., press `Enter` while the scan is running.
|
|
|
|
|
|
#### Examples
|
|
|
### Examples
|
|
|
|
|
|
You can simply run Arachni like so:
|
|
|
|
... | ... | @@ -41,7 +39,7 @@ To see all available reporter components run: |
|
|
|
|
|
arachni_reporter --reporters-list
|
|
|
|
|
|
#### You can make check loading easier by using wildcards (*) and exclusions (-).
|
|
|
### You can make check loading easier by using wildcards (*) and exclusions (-).
|
|
|
|
|
|
To load all `xss` checks using a wildcard:
|
|
|
|
... | ... | @@ -59,12 +57,12 @@ Or you can mix and match; to run everything but the `xss` checks: |
|
|
|
|
|
arachni http://example.net --checks=*,-xss*
|
|
|
|
|
|
#### More resources
|
|
|
### More resources
|
|
|
|
|
|
For more resources you can consult the [articles](http://support.arachni-scanner.com/kb/general-use)
|
|
|
in the [knowledge base](http://support.arachni-scanner.com/kb/).
|
|
|
|
|
|
### Command reference
|
|
|
## Command reference
|
|
|
|
|
|
[Command Line Interface help output](#cli_help_output)
|
|
|
|
... | ... | |