projectdiscovery / nuclei

Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
20.72k stars 2.51k forks source link

token-spray error #3163

Closed VinzelOps closed 1 year ago

VinzelOps commented 1 year ago

[WRN] [api-zenrows] Could not make http request for https://api.zenrows.com/v1/?apikey={{token}}&url=https://example.com: unresolved variables found: token [WRN] [api-wordnik] Could not make http request for https://api.wordnik.com/v4/word.json/hedgehog/topExample?useCanonical=false&api_key={{token}}: unresolved variables found: token [WRN] [api-mailgun] Could not make http request for https://api.mailgun.net/v3/domains: unresolved variables found: base64('api:' + token) [WRN] [api-alienvault] Could not make http request for https://otx.alienvault.com/api/v1/pulses/subscribed/api/v1/pulses/subscribed?page=1&page=1: unresolved variables found: token [WRN] [api-asana] Could not make http request for https://app.asana.com/api/1.0/users/me: unresolved variables found: token [INF] No results found. Better luck next time!

Please for help

ehsandeep commented 1 year ago

@VinzelOps those are warning and not errors, token-spray requires token input at run time, otherwise, they will get skipped as you can see, more details on running token spray template - https://github.com/projectdiscovery/nuclei-templates/blob/main/token-spray/README.md