cURL
curl --request POST \ --url https://templates-api.nuclei.sh/v1/template/user/scan \ --header 'Content-Type: application/json' \ --data '{ "target": "<string>", "template_base64": "<string>" }'
Scan target host using a specified nuclei template.
Was this page helpful?