cURL
curl --request POST \ --url https://vulnix0.com/api/v1/user/scan-policy \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "policy": { "ports_to_scan": [ 80, 443, 8080 ], "directory_enumeration": true, "vhost_enumeration": false } } '
{ "status": "success", "message": "Scan policy updated successfully" }
Creates or updates the user’s custom scan policy.
Documentation IndexFetch the complete documentation index at: https://docs.onefirewall.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt
Use this file to discover all available pages before exploring further.
A unique API Key.
Show child attributes
Scan policy updated
"success"