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
Updated Command-line-user-interface (markdown) authored Aug 02, 2014 by Tasos Laskos's avatar Tasos Laskos
Show whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 5d2cd62c
...@@ -96,11 +96,11 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). ...@@ -96,11 +96,11 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Save (--profile-save-filepath)](#profile-save-filepath) * [Save (--profile-save-filepath)](#profile-save-filepath)
* [Load (--profile-load-filepath)](#profile-load-filepath) * [Load (--profile-load-filepath)](#profile-load-filepath)
* [Scope](#scope) * [Scope](#scope)
* [Include (--scope-include-pattern)](#scope-include-pattern)
* [Exclude (--exclude/-e)](#exclude) * [Exclude (--exclude/-e)](#exclude)
* [Example](#exclude_example) * [Example](#exclude_example)
* [Exclude page by content (--exclude-page)](#exclude-page) * [Exclude page by content (--exclude-page)](#exclude-page)
* [Example](#exclude-page_example) * [Example](#exclude-page_example)
* [Include (--include/-i)](#include)
* [Redundant (--redundant)](#redundant) * [Redundant (--redundant)](#redundant)
* [Auto-redundant (--auto-redundant)](#auto-redundant) * [Auto-redundant (--auto-redundant)](#auto-redundant)
* [Example](#auto-redundant_example) * [Example](#auto-redundant_example)
...@@ -590,7 +590,19 @@ This option allows you to load and run a saved profile. ...@@ -590,7 +590,19 @@ This option allows you to load and run a saved profile.
**Note**: This option does not impede your ability to specify more options or resave the profile. **Note**: This option does not impede your ability to specify more options or resave the profile.
<h2 id='crawler'><a href='#crawler'>Crawler</a></h2> <h2 id='scope'><a href='#scope'>Scope</a></h2>
* `pattern` refers to valid Ruby regular expressions without being enclosed by `/`.
<h3 id='scope-include-pattern'><a href='#scope-include-pattern'>Include (--scope-include-pattern)</a></h3>
**Expects**: `pattern`
**Default**: `disabled`
**Multiple invocations?**: `yes`
Restricts the scope of the scan to resources whose URL matches any of the specified patterns.
<h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3> <h3 id='exclude'><a href='#exclude'>Exclude (--exclude/-e)</a></h3>
...@@ -702,18 +714,6 @@ Arachni - Web Application Security Scanner Framework v0.4.2 ...@@ -702,18 +714,6 @@ Arachni - Web Application Security Scanner Framework v0.4.2
The `--exclude-page` option expects a regular expression or plain string The `--exclude-page` option expects a regular expression or plain string
and excludes pages whose content matching that expression from the crawl process. and excludes pages whose content matching that expression from the crawl process.
<h3 id='include'><a href='#include'>Include (--include/-i)</a></h3>
**Expects**: `regexp`
**Default**: `disabled`
**Multiple invocations?**: `yes`
This is the exact oposite of the `--exclude` option.
When a regular expression is passed to the `--include` option, **only** URLs matching that regular expression will be crawled.
<h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3> <h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3>
**Expects**: `regexp:integer` **Expects**: `regexp:integer`
......
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?