cURL
curl --request GET \ --url https://vulnix0.com/api/v1/user/scan-policy \ --header 'api-key: <api-key>'
{ "policy": { "ports_to_scan": [ 80, 443, 8080 ], "directory_enumeration": true, "vhost_enumeration": false } }
Retrieves the custom scan policy for the user.
A unique API Key.
User's current scan policy
Show child attributes