Scanners
Start REDIRECT X Scan
Start an Open URL Redirect (CWE-601) Scan
PUT
/
api
/
redirectx
/
scan
Authorization
Body
curl --request PUT \
--url https://api.novasec.io/api/redirectx/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"delay": 123,
"email": "[email protected]",
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"password": "hunter2",
"targetURL": "https://example.com/cookie-policy?returnURL=xyz&forceRedirect=true&u=...",
"timeout": 7
}'
Authorizations
X-API-Key
string
headerrequiredBody
application/json
delay
integer
email
string
headers
string
password
string
targetURL
string
timeout
integer
curl --request PUT \
--url https://api.novasec.io/api/redirectx/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--data '{
"delay": 123,
"email": "[email protected]",
"headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
"password": "hunter2",
"targetURL": "https://example.com/cookie-policy?returnURL=xyz&forceRedirect=true&u=...",
"timeout": 7
}'