nuclei Command Examples

Fast and customizable vulnerability scanner based on a simple YAML based DSL. More information: https://docs.projectdiscovery.io/tools/nuclei/overview.

nuclei -ut

nuclei -tl -pt {{dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascript}}

nuclei -as -u {{scanme.nmap.org}}

nuclei -severity high,critical -pt http -u {{http://scanme.sh}} -me {{markdown_directory}}

nuclei -rl {{150}} -bs {{25}} -c {{25}} -silent -u {{http://scanme.sh}}

nuclei -w {{path/to/nuclei-templates/workflows/wordpress-workflow.yaml}} -u {{https://sample.wordpress.site}}

nuclei -t {{path/to/nuclei-templates/http}} -u {{http://scanme.sh}} -v -o {{results}}

nuclei -tc {{"contains(tags, 'xss') && contains(tags, 'cve')"}} -u {{https://vulnerable.website}}