... | @@ -5,29 +5,27 @@ description of their functionality. |
... | @@ -5,29 +5,27 @@ description of their functionality. |
|
_Some of those executables are provided by the self-contained packages._
|
|
_Some of those executables are provided by the self-contained packages._
|
|
|
|
|
|
* [arachni](#arachni)
|
|
* [arachni](#arachni)
|
|
* [arachni_console](#arachni_console)
|
|
* [arachni_multi](#arachni_multi)
|
|
* [arachni_rpc](#arachni_rpc)
|
|
* [arachni_rpc](#arachni_rpc)
|
|
* [arachni_rpcd](#arachni_rpcd)
|
|
* [arachni_rpcd](#arachni_rpcd)
|
|
* [arachni_rpcd_monitor](#arachni_rpcd_monitor)
|
|
* [arachni_rpcd_monitor](#arachni_rpcd_monitor)
|
|
* [arachni_script](#arachni_script)
|
|
|
|
* [arachni_shell](#arachni_shell) (Package only)
|
|
|
|
* [arachni_test](#arachni_test) (Package only)
|
|
|
|
* [arachni_web](#arachni_web) (Package only)
|
|
* [arachni_web](#arachni_web) (Package only)
|
|
* [arachni_web_import](#arachni_web_import) (Package only)
|
|
* [arachni_web_import](#arachni_web_import) (Package only)
|
|
* [arachni_web_create_user](#arachni_web_create_user) (Package only)
|
|
* [arachni_web_create_user](#arachni_web_create_user) (Package only)
|
|
* [arachni_web_change_password](#arachni_web_change_password) (Package only)
|
|
* [arachni_web_change_password](#arachni_web_change_password) (Package only)
|
|
|
|
* [arachni_console](#arachni_console)
|
|
|
|
* [arachni_script](#arachni_script)
|
|
|
|
* [arachni_shell](#arachni_shell) (Package only)
|
|
|
|
|
|
## <a id="arachni" href="#arachni">arachni</a>
|
|
## <a id="arachni" href="#arachni">arachni</a>
|
|
|
|
|
|
Provides a command-line interface to the Arachni scanner.
|
|
Provides a command-line interface to the Arachni scanner.
|
|
See the relevant [[reference | Command-line-user-interface]] for more details.
|
|
See the relevant [[reference | Command-line-user-interface]] for more details.
|
|
|
|
|
|
## <a id="arachni_console" href="#arachni_console">arachni_console</a>
|
|
## <a id="arachni_multi" href="#arachni_multi">arachni_multi</a>
|
|
|
|
|
|
Fires up an [IRB](http://en.wikipedia.org/wiki/Interactive_Ruby_Shell) console
|
|
Spawns and controls an RPC Instance in order to provide easy access to features
|
|
after configuring it to operate under the namespace of the Arachni libraries.
|
|
which are only available over RPC, like multi-Instance scans.
|
|
|
|
|
|
It provides tab completion for class/module names and methods and command history.
|
|
|
|
|
|
|
|
## <a id="arachni_rpc" href="#arachni_rpc">arachni_rpc</a>
|
|
## <a id="arachni_rpc" href="#arachni_rpc">arachni_rpc</a>
|
|
|
|
|
... | @@ -43,19 +41,6 @@ Starts a [[Dispatcher | RPC-Server]]. |
... | @@ -43,19 +41,6 @@ Starts a [[Dispatcher | RPC-Server]]. |
|
Connects to a [[Dispatcher | RPC-Server]] and shows a few statistics like running
|
|
Connects to a [[Dispatcher | RPC-Server]] and shows a few statistics like running
|
|
scans and their resource usage.
|
|
scans and their resource usage.
|
|
|
|
|
|
## <a id="arachni_script" href="#arachni_script">arachni_script</a>
|
|
|
|
|
|
|
|
Used to run scripts under the namespace of the Arachni libraries -- provided for
|
|
|
|
just for convenience.
|
|
|
|
|
|
|
|
## <a id="arachni_shell" href="#arachni_shell">arachni_shell</a> (Package only)
|
|
|
|
|
|
|
|
Starts a ```bash``` shell under the environment of the package.
|
|
|
|
|
|
|
|
## <a id="arachni_test" href="#arachni_test">arachni_test</a> (Package only)
|
|
|
|
|
|
|
|
Runs the whole test suite.
|
|
|
|
|
|
|
|
## <a id="arachni_web" href="#arachni_web">arachni_web</a> (Package only)
|
|
## <a id="arachni_web" href="#arachni_web">arachni_web</a> (Package only)
|
|
|
|
|
|
Starts the [Web User Interface](https://github.com/Arachni/arachni-ui-web).
|
|
Starts the [Web User Interface](https://github.com/Arachni/arachni-ui-web).
|
... | @@ -75,3 +60,18 @@ Allows you to create a new user for the Web interface from the command line. |
... | @@ -75,3 +60,18 @@ 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.
|
|
Allows you to reset a Web interface user's password from the command line.
|
|
|
|
|
|
|
|
## <a id="arachni_console" href="#arachni_console">arachni_console</a>
|
|
|
|
|
|
|
|
Fires up an [IRB](http://en.wikipedia.org/wiki/Interactive_Ruby_Shell) 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.
|
|
|
|
|
|
|
|
## <a id="arachni_script" href="#arachni_script">arachni_script</a>
|
|
|
|
|
|
|
|
Used to run scripts under the namespace of the Arachni libraries -- provided for
|
|
|
|
just for convenience.
|
|
|
|
|
|
|
|
## <a id="arachni_shell" href="#arachni_shell">arachni_shell</a> (Package only)
|
|
|
|
|
|
|
|
Starts a ```bash``` shell under the environment of the package. |