Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A arachni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arachni - Web Application Security Scanner Framework
  • arachni
  • Wiki
  • Guides
  • User
  • Executables

Executables · Changes

Page history
Updated Executables (markdown) authored Apr 10, 2013 by Tasos Laskos's avatar Tasos Laskos
Show whitespace changes
Inline Side-by-side
guides/user/Executables.md
View page @ dace2be7
...@@ -8,9 +8,11 @@ description of their functionality. ...@@ -8,9 +8,11 @@ description of their functionality.
* [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_script](#arachni_script)
* [arachni_shell](#arachni_shell) * [arachni_shell](#arachni_shell) (Package only)
* [arachni_test](#arachni_test) * [arachni_test](#arachni_test) (Package only)
* [arachni_web](#arachni_web) * [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> ## <a id="arachni" href="#arachni">arachni</a>
...@@ -43,14 +45,23 @@ scans and their resource usage. ...@@ -43,14 +45,23 @@ scans and their resource usage.
Used to run scripts under the namespace of the Arachni libraries -- provided for Used to run scripts under the namespace of the Arachni libraries -- provided for
just for convenience. 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. 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. 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). 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.
Clone repository

Pages [all]


  • Home
  • Installation instructions
  • For users
    • Executables
    • Command Line Interface
    • Web User Interface
    • RPC Client
    • RPC Server (Dispatcher)
  • For developers
    • Coding guidelines
    • Core API documentation
    • RPC API
    • Development environment
  • Technology
    • The Brains
    • Distributed components (Dispatchers and Instances)
    • High Performance Grid

Can't find what you're looking for? Why not have a look at the support portal?