Scanners
Start XSSCANNER Scan
Start a Cross-Site Scripting (CWE-79) Scan
PUT
/
api
/
xsscanner
/
scan
Authorization
Body
curl --request PUT \
--url https://api.novasec.io/api/xsscanner/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"POSTBody": "message=xyz&submit=submit&...",
"delay": 123,
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"spiderXScanId": "{spiderXScanId}",
"targetId": "{targetId}",
"targetURL": "https://example.com/profile.php?u=xyz",
"targetURLs": [
"https://example.com/profile.php?u=xyz",
"..."
],
"timeout": 7,
"vulnerabilityScanId": "{vulnerabilityScanId}"
}'
Authorizations
X-API-Key
string
headerrequiredBody
application/json
POSTBody
string
delay
integer
headers
string
spiderXScanId
string
targetId
string
targetURL
string
targetURLs
any[]
timeout
integer
vulnerabilityScanId
string
curl --request PUT \
--url https://api.novasec.io/api/xsscanner/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"POSTBody": "message=xyz&submit=submit&...",
"delay": 123,
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"spiderXScanId": "{spiderXScanId}",
"targetId": "{targetId}",
"targetURL": "https://example.com/profile.php?u=xyz",
"targetURLs": [
"https://example.com/profile.php?u=xyz",
"..."
],
"timeout": 7,
"vulnerabilityScanId": "{vulnerabilityScanId}"
}'