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
Show whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 19ca5a55
......@@ -101,7 +101,7 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Exclude (--scope-exclude-patterns)](#scope-exclude-patterns)
* [Exclude page by content (--scope-exclude-content-pattern)](#scope-exclude-content-pattern)
* [Exclude binaries (--scope-exclude-binaries)](#scope-exclude-binaries)
* [Redundant (--redundant)](#redundant)
* [Redundant paths (--scope-redundant-path-pattern)](#scope-redundant-path-pattern)
* [Auto-redundant (--auto-redundant)](#auto-redundant)
* [Example](#auto-redundant_example)
* [Depth limit (--depth)](#depth)
......@@ -646,21 +646,21 @@ 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>
<h3 id='scope-redundant-path-pattern'><a href='#scope-redundant-path-pattern'>Redundant (--scope-redundant-path-pattern)</a></h3>
**Expects**: `regexp:integer`
**Expects**: `pattern:integer`
**Default**: `disabled`
**Multiple invocations?**: `yes`
The redundant option expects a regular expression and a counter, like so:
`--redundant='calendar.php':3`
This option expects a pattern and a counter, like so:
`--scope-redundant-path-pattern='calendar.php:3'`
This will cause URLs that contain "calendar.php" to be crawled only 3 times.
This will cause URLs that contain `calendar.php` to be crawled only 3 times.
This option is useful when auditing a website that has a lot of redundant pages like a photo gallery or a dynamically generated calendar.
This option is useful when scanning websites that have a lot of redundant pages like a photo gallery or a dynamically generated calendar.
<h3 id='auto-redundant'><a href='#auto-redundant'>Auto-redundant (--auto-redundant)</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?