PUT
/
api
/
spiderx
/
scan
curl --request PUT \
  --url https://api.novasec.io/api/spiderx/scan \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "targetURL": "https://example.com",
  "targetId": "{targetId}",
  "vulnerabilityScanId": "{vulnerabilityScanId}",
  "subdomainXScanId": "{subdomainXScanId}",
  "maxDepth": 8,
  "delay": 123,
  "timeout": 7,
  "headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
  "includeSubs": true,
  "filterURLs": true,
  "runREDIRECTX": true,
  "runXSSCANNER": true,
  "runCORSCANNER": true
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
targetURL
string
targetId
string
vulnerabilityScanId
string
subdomainXScanId
string
maxDepth
integer
delay
integer
timeout
integer
headers
string
includeSubs
boolean
filterURLs
boolean
runREDIRECTX
boolean
runXSSCANNER
boolean
runCORSCANNER
boolean