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

Authorizations

X-API-Key
string
headerrequired

Body

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