Scanners
Start CNAME X Scan
Start a Subdomain Takeover (CWE-16) Scan
PUT
/
api
/
cnamex
/
scan
Authorization
Body
curl --request PUT \
--url https://api.novasec.io/api/cnamex/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"delay": 123,
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"targetId": "{targetId}",
"timeout": 7,
"vulnerabilityScanId": "{vulnerabilityScanId}"
}'
Authorizations
X-API-Key
string
headerrequiredBody
application/json
delay
integer
headers
string
targetId
string
timeout
integer
vulnerabilityScanId
string
curl --request PUT \
--url https://api.novasec.io/api/cnamex/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"delay": 123,
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"targetId": "{targetId}",
"timeout": 7,
"vulnerabilityScanId": "{vulnerabilityScanId}"
}'