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
  • Command line user interface

Command line user interface · Changes

Page history
Formatting update authored Feb 02, 2016 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 6fadc1b6
## Version 1.3.2
There are a lot of options, customizations and tweaks you can use but fear not and don't let yourself be overwhelmed. There are a lot of options, customizations and tweaks you can use but fear not and don't let yourself be overwhelmed.
This guide will walk you through each and every one of them and teach you how to use them in order to make your scans as efficient as possible. This guide will walk you through each and every one of them and teach you how to use them in order to make your scans as efficient as possible.
_If you intend to scan big and complex sites it's best that you read through this guide and evaluate all available options._ _If you intend to scan big and complex sites it's best that you read through this guide and evaluate all available options._
### Quickstart ## Quickstart
#### Help ### Help
In order to see everything Arachni has to offer execute: In order to see everything Arachni has to offer execute:
arachni -h arachni -h
#### Control screen ### Control screen
To see a control screen via which you can inspect an issue summary and perform actions like pausing/resuming, aborting, suspending etc., press `Enter` while the scan is running. To see a control screen via which you can inspect an issue summary and perform actions like pausing/resuming, aborting, suspending etc., press `Enter` while the scan is running.
#### Examples ### Examples
You can simply run Arachni like so: You can simply run Arachni like so:
...@@ -41,7 +39,7 @@ To see all available reporter components run: ...@@ -41,7 +39,7 @@ To see all available reporter components run:
arachni_reporter --reporters-list arachni_reporter --reporters-list
#### You can make check loading easier by using wildcards (*) and exclusions (-). ### You can make check loading easier by using wildcards (*) and exclusions (-).
To load all `xss` checks using a wildcard: To load all `xss` checks using a wildcard:
...@@ -59,12 +57,12 @@ Or you can mix and match; to run everything but the `xss` checks: ...@@ -59,12 +57,12 @@ Or you can mix and match; to run everything but the `xss` checks:
arachni http://example.net --checks=*,-xss* arachni http://example.net --checks=*,-xss*
#### More resources ### More resources
For more resources you can consult the [articles](http://support.arachni-scanner.com/kb/general-use) For more resources you can consult the [articles](http://support.arachni-scanner.com/kb/general-use)
in the [knowledge base](http://support.arachni-scanner.com/kb/). in the [knowledge base](http://support.arachni-scanner.com/kb/).
### Command reference ## Command reference
[Command Line Interface help output](#cli_help_output) [Command Line Interface help output](#cli_help_output)
......
Clone repository

Pages [all]

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

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