... | ... | @@ -535,6 +535,8 @@ Sets authentication credentials for the specified proxy server. |
|
|
|
|
|
Sets the protocol for the specified proxy server.
|
|
|
|
|
|
<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>
|
|
|
|
|
|
**Expects**: `string`
|
... | ... | @@ -545,13 +547,11 @@ Sets the protocol for the specified proxy server. |
|
|
|
|
|
**Requires**: [login-check-pattern](#login-check-pattern)
|
|
|
|
|
|
The URL passed to this option will be used to verify that the scanner is still
|
|
|
The URL passed to this option will be used to verify that the system is still
|
|
|
logged in to the web application.
|
|
|
|
|
|
If HTTP response body of URL matches the [login-check-pattern](#login-check-pattern)
|
|
|
this should indicate that the scanner is logged in.
|
|
|
|
|
|
<h2 id='session'><a href='#session'>Session</a></h2>
|
|
|
If the HTTP response body of URL matches the [login-check-pattern](#login-check-pattern)
|
|
|
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>
|
|
|
|
... | ... | @@ -563,10 +563,10 @@ this should indicate that the scanner is logged in. |
|
|
|
|
|
**Requires**: [login-check-url](#login-check-url)
|
|
|
|
|
|
A pattern used against the body of the [login-check-pattern](#login-check-pattern) to
|
|
|
verify that the scanner is still logged in to the web application.
|
|
|
A pattern used against the body of the [login-check-url](#login-check-url) to
|
|
|
verify that the system is still logged in to the web application.
|
|
|
|
|
|
A positive match should indicate that the scanner is logged in.
|
|
|
A positive match should indicate that the system is logged in.
|
|
|
|
|
|
<h2 id='profiles'><a href='#profiles'>Profiles</a></h2>
|
|
|
|
... | ... | |