... | @@ -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.
|
... | | ... | |