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.55k stars 2.5k forks source link

Not Probing all templates at once #237

Closed danzee1 closed 4 years ago

danzee1 commented 4 years ago

Hi,

Someone in one issue mentioned that by using -t flag you can input payloads directories at once as below

 /nuclei-templates/{vulnerabilities,cves,default-credentials,dns,files,generic-detections,panels,payloads,security-misconfiguration,subdomain-takeover,technologies,tokens,workflows}

Works... But its not working, It is only checking first folder of "vulnerabilities" payloads and not the other ones.

ehsandeep commented 4 years ago

Hey!

You can use multiple templates using multiple -t flag, for example:-

-t cves/ -t dns/ -t files/ -t panels