PUT
/
api
/
scan
/
deep
curl --request PUT \
  --url https://api.novasec.io/api/scan/deep \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "targetId": "{targetId}",
  "targetURL": "https://example.com",
  "resolveHosts": true,
  "runCNAMEX": true,
  "runSPIDERX": true,
  "runREDIRECTX": true,
  "runXSSCANNER": true,
  "runCORSCANNER": true
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
targetId
string
targetURL
string
resolveHosts
boolean
runCNAMEX
boolean
runSPIDERX
boolean
runREDIRECTX
boolean
runXSSCANNER
boolean
runCORSCANNER
boolean