Fast and customizable vulnerability scanner based on a simple YAML based DSL. More information: https://docs.projectdiscovery.io/tools/nuclei/overview.
nuclei
[t]emplates to the latest released version (will be downloaded to ~/nuclei-templates
):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
stderr
and [o]utput detected issues/vulnerabilities to a file: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