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 @ 5f636cd9
......@@ -104,8 +104,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Redundant paths (--scope-redundant-path-pattern)](#scope-redundant-path-pattern)
* [Auto-redundant (--scope-auto-redundant)](#scope-auto-redundant)
* [Example](#scope-auto-redundant_example)
* [Depth limit (--depth)](#depth)
* [Link count limit (--link-count)](#link-count)
* [Directory depth limit (--scope-directory-depth-limit)](#scope-directory-depth-limit)
* [Page limit (--scope-page-limit)](#scope-page-limit)
* [Extend paths (--extend-paths)](#extend-paths)
* [Restrict paths (--restrict-paths)](#restrict-paths)
* [HTTPS only (--https-only)](#https-only)
......@@ -700,7 +700,7 @@ http://test.com/?stuff=blah&stuff2=2
http://test.com/path.php?stuff=blah&stuff2=1
```
<h3 id='depth'><a href='#depth'>Depth limit (--depth)</a></h3>
<h3 id='scope-directory-depth-limit'><a href='#scope-directory-depth-limit'>Directory depth limit (--scope-directory-depth-limit)</a></h3>
**Expects**: `integer`
......@@ -709,9 +709,9 @@ http://test.com/path.php?stuff=blah&stuff2=1
**Multiple invocations?**: `no`
It specifies how deep into the site structure the crawler should go.
This option limits how deep into the site structure the scan should go.
<h3 id='link-count'><a href='#link-count'>Link count limit (--link-count)</a></h3>
<h3 id='scope-page-limit'><a href='#scope-page-limit'>Page limit (--scope-page-limit)</a></h3>
**Expects**: `integer`
......@@ -720,7 +720,7 @@ It specifies how deep into the site structure the crawler should go.
**Multiple invocations?**: `no`
It specifies how many links the crawler should follow.
This option limits how many pages should be included in the scan.
<h3 id='extend-paths'><a href='#extend-paths'>Extend paths (--extend-paths)</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?