wvs schedule
Use this command to schedule a web vulnerability scan.
Vulnerability scanning can detect known vulnerabilities on your web servers and web applications, helping you to design protection profiles. Vulnerability scans start from an initial directory, then scan for vulnerabilities in web pages located in the same directory or subdirectory as the initial URL.
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 schedule
edit "<schedule_name>"
set type {recurring | onetime}
set date "<time_str>" "<date_str>"
set wday {Sunday Monday Tuesday Wednesday Thursday Friday Saturday}
next
end
Variable | Description | Default |
Enter the name of new or existing WVS schedule. The maximum length is 63 characters. To display the list of existing schedule, enter:
|
No default. | |
Select either:
|
onetime
|
|
For a one-time web vulnerability scan, enter the time and date for the scan to run. The time format is
The This only applies if type {recurring | onetime} is |
No default. | |
Enter the time the vulnerability scan is to be performed. The time format is
This only applies if type {recurring | onetime} is |
No default. | |
wday {Sunday Monday Tuesday Wednesday Thursday Friday Saturday} |
For a recurring scan only, enter one or more days of the week the scan is to be performed. This setting only applies if type {recurring | onetime} is |
No default. |
Example
The following example schedules a recurring vulnerability scan to run every Sunday and Thursday at 1:00 AM.
config wvs schedule
edit "WVS-schedule1"
set type recurring
set time 01:00
set wday Sunday Thursday
next
end