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 Jun 22, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Executables.md
View page @ 62532a8e
......@@ -5,29 +5,27 @@ description of their functionality.
_Some of those executables are provided by the self-contained packages._
* [arachni](#arachni)
* [arachni_console](#arachni_console)
* [arachni_multi](#arachni_multi)
* [arachni_rpc](#arachni_rpc)
* [arachni_rpcd](#arachni_rpcd)
* [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_import](#arachni_web_import) (Package only)
* [arachni_web_create_user](#arachni_web_create_user) (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>
Provides a command-line interface to the Arachni scanner.
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
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.
Spawns and controls an RPC Instance in order to provide easy access to features
which are only available over RPC, like multi-Instance scans.
## <a id="arachni_rpc" href="#arachni_rpc">arachni_rpc</a>
......@@ -43,19 +41,6 @@ Starts a [[Dispatcher | RPC-Server]].
Connects to a [[Dispatcher | RPC-Server]] and shows a few statistics like running
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)
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.
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.
Clone repository

Pages [all]

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

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