config : wvs profile
 
wvs profile
Use this command to display the names of web vulnerability scan profiles.
 
This command can only be used to display the names of the profiles. It cannot configure the profiles. To create a web vulnerability scan profile, you must use the web UI.
A web vulnerability scan (WVS) profile defines the web server to scan, as well as the specific vulnerabilities to scan for. The WVS profiles are associated with WVS policies, which determine when to perform the scan and how to publish the results of the scan defined by the profile.
To use this command, your administrator account’s access control profile must have either w or rw permission to the wvsgrp area. For more information, see “Permissions”.
Syntax
config wvs profile
get
show
end
Example
This example displays the names of all configured web vulnerability scan profiles.
config wvs profile
get
Output:
== [ WVS-Profile1 ]
name: WVS-Profile1
== [ WVS-Profile2 ]
name: WVS-Profile2
Example
This example displays the names of all configured web vulnerability scan profiles, using configuration file syntax.
config wvs profile
show
Output:
config wvs profile
edit "WVS-Profile1"
next
edit "WVS-Profile2"
next
end
Related topics
config wvs policy
config wvs schedule