... | ... | @@ -8,9 +8,11 @@ description of their functionality. |
|
|
* [arachni_rpcd](#arachni_rpcd)
|
|
|
* [arachni_rpcd_monitor](#arachni_rpcd_monitor)
|
|
|
* [arachni_script](#arachni_script)
|
|
|
* [arachni_shell](#arachni_shell)
|
|
|
* [arachni_test](#arachni_test)
|
|
|
* [arachni_web](#arachni_web)
|
|
|
* [arachni_shell](#arachni_shell) (Package only)
|
|
|
* [arachni_test](#arachni_test) (Package only)
|
|
|
* [arachni_web](#arachni_web) (Package only)
|
|
|
* [arachni_web_create_user](#arachni_web_create_user) (Package only)
|
|
|
* [arachni_web_change_password](#arachni_web_change_password) (Package only)
|
|
|
|
|
|
## <a id="arachni" href="#arachni">arachni</a>
|
|
|
|
... | ... | @@ -43,14 +45,23 @@ scans and their resource usage. |
|
|
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 (For self-contained packages)</a>
|
|
|
## <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 (For self-contained packages)</a>
|
|
|
## <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>
|
|
|
## <a id="arachni_web" href="#arachni_web">arachni_web</a> (Package only)
|
|
|
|
|
|
Starts the [Web User Interface](https://github.com/Arachni/arachni-ui-web).
|
|
|
|
|
|
## <a id="arachni_web_create_user" href="#arachni_web_create_user">arachni_web_create_user</a> (Package only)
|
|
|
|
|
|
Allows you to create a new user for the Web interface from the command line.
|
|
|
|
|
|
## <a id="arachni_web_change_password" href="#arachni_web_change_password">arachni_web_change_password</a> (Package only)
|
|
|
|
|
|
Allows you to reset a Web interface user's password from the command line.
|
|
|
|