-
Notifications
You must be signed in to change notification settings - Fork 768
Executables
Some of those executables are only available via the self-contained packages.
- arachni
- arachni_reporter
- arachni_restore
- arachni_multi
- arachni_rpc
- arachni_rpcd
- arachni_rpcd_monitor
- arachni_web (Package only)
- arachni_web_import (Package only)
- arachni_web_scan_import (Package only)
- arachni_web_create_user (Package only)
- arachni_web_change_password (Package only)
- arachni_console
- arachni_script
- arachni_shell (Package only)
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.
arachni_web_change_password (Package only)
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.
Pages [all]
Can't find what you're looking for? Why not have a look at the support portal?