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 @ d91260b9
...@@ -134,8 +134,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). ...@@ -134,8 +134,8 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Configure (--platforms)](#platforms-platforms) * [Configure (--platforms)](#platforms-platforms)
* [Example](#platforms-platforms_example) * [Example](#platforms-platforms_example)
* [Session](#session) * [Session](#session)
* [Login check URL (--login-check-url)](#login-check-url) * [Check URL (--session-check-url)](#session-check-url)
* [Login check pattern (--login-check-pattern)](#login-check-pattern) * [Check pattern (--session-check-pattern)](#session-check-pattern)
* [Profiles](#profiles) * [Profiles](#profiles)
* [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)
...@@ -1019,7 +1019,7 @@ the system be more efficient in its scan. ...@@ -1019,7 +1019,7 @@ the system be more efficient in its scan.
<h2 id='session'><a href='#session'>Session</a></h2> <h2 id='session'><a href='#session'>Session</a></h2>
<h3 id='login-check-url'><a href='#login-check-url'>Login check URL (--login-check-url)</a></h3> <h3 id='session-check-url'><a href='#session-check-url'>Check URL (--session-check-url)</a></h3>
**Expects**: `string` **Expects**: `string`
...@@ -1027,15 +1027,15 @@ the system be more efficient in its scan. ...@@ -1027,15 +1027,15 @@ the system be more efficient in its scan.
**Multiple invocations?**: `no` **Multiple invocations?**: `no`
**Requires**: [login-check-pattern](#login-check-pattern) **Requires**: [session-check-pattern](#session-check-pattern)
The URL passed to this option will be used to verify that the system is still The URL passed to this option will be used to verify that the system is still
logged in to the web application. logged in to the web application.
If the HTTP response body of URL matches the [login-check-pattern](#login-check-pattern) If the HTTP response body of URL matches the [session-check-pattern](#session-check-pattern)
this should indicate that the system is logged in. this should indicate that the system is logged in.
<h3 id='login-check-pattern'><a href='#login-check-pattern'>Login check pattern (--login-check-pattern)</a></h3> <h3 id='session-check-pattern'><a href='#session-check-pattern'>Check pattern (--session-check-pattern)</a></h3>
**Expects**: `string` **Expects**: `string`
...@@ -1043,9 +1043,9 @@ this should indicate that the system is logged in. ...@@ -1043,9 +1043,9 @@ this should indicate that the system is logged in.
**Multiple invocations?**: `no` **Multiple invocations?**: `no`
**Requires**: [login-check-url](#login-check-url) **Requires**: [session-check-url](#session-check-url)
A pattern used against the body of the [login-check-url](#login-check-url) to A pattern used against the body of the [session-check-url](#session-check-url) to
verify that the system is still logged in to the web application. verify that the system is still logged in to the web application.
A positive match should indicate that the system is logged in. A positive match should indicate that the system is logged in.
......
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
    • Core API documentation
    • RPC API
    • Development environment

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