wvs template
Use this command to pre-define the scan profile.
To use this command, your administrator account’s access control profile must have either w
or rw
permission to the wvsgrp
area. For details, see Permissions.
Syntax
config wvs template
edit "<wvs_template_name>"
set audit {BLIND_SQLI | BUFFER_OVERFLOW | CORS_ORIGIN...}
set bruteforce {BASIC_AUTH | FORM_AUTH}
set crawl {ARCHIVE_DOT_ORG | BING_SPIDER | CONTENT_NEGOTIATION...}
set grep {ANALYZE_COOKIES | BLANK_BODY | CACHE_CONTROL...}
set infrastructure {AFD | ALLOWED_METHODS | DETECT_REVERSE_PROXY...}
end
Variable | Description | Default |
Enter a name for the scan template. |
No default. | |
Configure the plugins for a scan template.
|
No default.
|
|
bruteforce {BASIC_AUTH | FORM_AUTH} |
||
crawl {ARCHIVE_DOT_ORG | BING_SPIDER | CONTENT_NEGOTIATION...} |
||
grep {ANALYZE_COOKIES | BLANK_BODY | CACHE_CONTROL...} |
||
infrastructure {AFD | ALLOWED_METHODS | DETECT_REVERSE_PROXY...} |
Example
This example shows how to configure a wvs template.
config wvs template1
edit template1
set audit BLIND_SQLI
set bruteforce BASIC_AUTH
set crawl CONTENT_NEGOTIATION
set infrastructure AFD
set grep CACHE_CONTROL
end