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 03, 2014 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ b1794c94
......@@ -11,13 +11,13 @@ _If you intend to scan big and complex sites it's best that you read through thi
In order to see everything Arachni has to offer execute:
$ arachni -h
arachni -h
#### Examples
You can simply run Arachni like so:
$ arachni http://test.com
arachni http://test.com
which will load all checks, the plugins under `/plugins/defaults` and audit
all forms, links and cookies.
......@@ -99,7 +99,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Include (--scope-include-pattern)](#scope-include-pattern)
* [Include subdomains (--scope-include-subdomains)](#scope-include-subdomains)
* [Exclude (--scope-exclude-patterns)](#scope-exclude-patterns)
* [Exclude page by content (--exclude-content-pattern)](#exclude-content-pattern)
* [Exclude page by content (--scope-exclude-content-pattern)](#scope-exclude-content-pattern)
* [Exclude binaries (--scope-exclude-binaries)](#scope-exclude-binaries)
* [Redundant (--redundant)](#redundant)
* [Auto-redundant (--auto-redundant)](#auto-redundant)
* [Example](#auto-redundant_example)
......@@ -118,7 +119,6 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Coverage](#coverage)
* [Audit cookies extensively (--audit-cookies-extensively)](#audit-cookies-extensively)
* [Fuzz methods (--fuzz-methods)](#fuzz-methods)
* [Exclude binaries (--exclude-binaries)](#exclude-binaries)
* [Modules](#modules)
* [List modules (--lsmod)](#lsmod)
* [Example](#lsmod_example)
......@@ -623,7 +623,7 @@ Allow the system to include subdomains in the scan.
Excludes resources whose URL matches any of these patterns.
<h3 id='exclude-content-pattern'><a href='#exclude-content-pattern'>Exclude page by content (--exclude-content-pattern)</a></h3>
<h3 id='scope-exclude-content-pattern'><a href='#scope-exclude-content-pattern'>Exclude page by content (--scope-exclude-content-pattern)</a></h3>
**Expects**: `pattern`
......@@ -633,6 +633,19 @@ Excludes resources whose URL matches any of these patterns.
Excludes pages whose content matches any of the given patterns.
<h3 id='scope-exclude-binaries'><a href='#scope-exclude-binaries'>Exclude binaries (--scope-exclude-binaries)</a></h3>
**Expects**: `<n/a>`
**Default**: `disabled`
**Multiple invocations?**: `no`
Excludes pages with binary content.
**Note**: Binary content can confuse passive check that perform pattern matching.
<h3 id='redundant'><a href='#redundant'>Redundant (--redundant)</a></h3>
**Expects**: `regexp:integer`
......@@ -854,19 +867,6 @@ HTTP request methods.
**Warning**: Will severely increase the scan-time.
<h3 id='exclude-binaries'><a href='#exclude-binaries'>Exclude binaries (--exclude-binaries)</a></h3>
**Expects**: `<n/a>`
**Default**: `disabled`
**Multiple invocations?**: `no`
Disables inclusion of binary HTTP response bodies in the audit.
**Note**: Binary content can confuse recon modules that perform pattern matching.
<h2 id='modules'><a href='#modules'>Modules</a></h2>
<h3 id='lsmod'><a href='#lsmod'>List modules (--lsmod)</a></h3>
......
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?