... | ... | @@ -5,6 +5,8 @@ description of their functionality. |
|
|
_Some of those executables are only available via the self-contained packages._
|
|
|
|
|
|
* [arachni](#arachni)
|
|
|
* [arachni_reporter](#arachni_reporter)
|
|
|
* [arachni_restore](#arachni_restore)
|
|
|
* [arachni_multi](#arachni_multi)
|
|
|
* [arachni_rpc](#arachni_rpc)
|
|
|
* [arachni_rpcd](#arachni_rpcd)
|
... | ... | @@ -22,6 +24,16 @@ _Some of those executables are only available via the self-contained packages._ |
|
|
Provides a command-line interface to the Arachni scanner.
|
|
|
See the relevant [[reference | Command-line-user-interface]] for more details.
|
|
|
|
|
|
## <a id="arachni_reporter" href="#arachni_reporter">arachni_reporter</a>
|
|
|
|
|
|
Generates reports in various formats from AFR (Arachni Framework Report -- `.afr`) files.
|
|
|
(AFR files are generated by all interfaces that can perform scans.)
|
|
|
|
|
|
## <a id="arachni_restore" href="#arachni_restore">arachni_restore</a>
|
|
|
|
|
|
Restores a suspended scan from an AFS (Arachni Framework Snapshot -- `.afs`) file.
|
|
|
(AFS files are generated by the `arachni` executable upon succesful suspension on a scan.)
|
|
|
|
|
|
## <a id="arachni_multi" href="#arachni_multi">arachni_multi</a>
|
|
|
|
|
|
Spawns and controls an RPC Instance in order to provide easy access to features
|
... | ... | |