Potential Vulnerabilities - Nuclei

Nuclei has emerged as a Swiss Army knife for security researchers. It is a vulnerability scanner that allows for quick scanning and identifying vulnerabilities in web applications, networks and infrastructure.

# One target
nuclei -target $url -t ~/nuclei-templates/ -severity critical,high,medium,low

# Multiple targets
nuclei -list $file -t ~/nuclei-templates/ -severity critical,high,medium,low

Last updated

Was this helpful?