Skip to content

Executables

Tasos Laskos edited this page Aug 17, 2014 · 23 revisions

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 for more details.

Generates reports in various formats from AFR (Arachni Framework Report -- .afr) files. (AFR files are generated by all interfaces that can perform scans.)

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.)

Spawns and controls an RPC Instance in order to provide easy access to features which are only available over RPC, like multi-Instance scans.

Essentially the same as arachni_rpc but without requiring a Dispatcher.

Provides a command-line RPC client for a Dispatcher. Allows you to run a scan remotely.
See the relevant reference for more details.

Starts a Dispatcher.

Connects to a Dispatcher and shows a few statistics like running scans and their resource usage.

arachni_web (Package only)

Starts the Web User Interface.

arachni_web_import (Package only)

Imports the database and configuration of an older package to a new one in order to ease the transitioning between different versions/packages.

arachni_web_scan_import (Package only)

Imports AFR (Arachni Framework Report -- .afr) files as scans.

arachni_web_create_user (Package only)

Allows you to create a new user for the Web interface from the command line.

Allows you to reset a Web interface user's password from the command line.

Fires up an IRB console after configuring it to operate under the namespace of the Arachni libraries.

It provides tab completion for class/module names and methods and command history.

Used to run scripts under the namespace of the Arachni libraries -- provided for just for convenience.

arachni_shell (Package only)

Starts a bash shell under the environment of the package.