Options (14)
booleanUpdate `nuclei` templates to the latest released version (downloaded to `~/nuclei-templates` on macOS/Linux or `%USERPROFILE%\nuclei-templates` on Windows)
nuclei {{[-ut|-update-templates]}}boolean[l]ist all [t]emplates by specific [p]rotocol [t]ype
nuclei -tl {{[-pt|-type]}} {{dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascript}}booleanRun an automatic web scan using Wappalyzer technology detection for a specific target [u]RL/host
nuclei {{[-as|-automatic-scan]}} {{[-u|-target]}} {{example.com}}-ubooleanRun an automatic web scan using Wappalyzer technology detection for a specific target [u]RL/host
nuclei {{[-as|-automatic-scan]}} {{[-u|-target]}} {{example.com}}-sbooleanRun HTTP [p]rotocol [t]ype templates of specific severity, exporting results to markdown files inside a specific directory
nuclei {{[-s|-severity]}} {{high,critical,...}} {{[-pt|-type]}} http {{[-u|-target]}} {{https://example.com}} {{[-me|-markdown-export]}} {{path/to/directory}}booleanRun HTTP [p]rotocol [t]ype templates of specific severity, exporting results to markdown files inside a specific directory
nuclei {{[-s|-severity]}} {{high,critical,...}} {{[-pt|-type]}} http {{[-u|-target]}} {{https://example.com}} {{[-me|-markdown-export]}} {{path/to/directory}}booleanRun all templates with a custom rate limit, maximum bulk size, and silent output (only findings shown)
nuclei {{[-rl|-rate-limit]}} {{150}} {{[-bs|-bulk-size]}} {{25}} {{[-c|-concurrency]}} {{25}} -silent {{[-u|-target]}} {{https://example.com}}booleanRun all templates with a custom rate limit, maximum bulk size, and silent output (only findings shown)
nuclei {{[-rl|-rate-limit]}} {{150}} {{[-bs|-bulk-size]}} {{25}} {{[-c|-concurrency]}} {{25}} -silent {{[-u|-target]}} {{https://example.com}}-cbooleanRun all templates with a custom rate limit, maximum bulk size, and silent output (only findings shown)
nuclei {{[-rl|-rate-limit]}} {{150}} {{[-bs|-bulk-size]}} {{25}} {{[-c|-concurrency]}} {{25}} -silent {{[-u|-target]}} {{https://example.com}}-wbooleanRun a specific nuclei-bundled workflow against a target
nuclei {{[-w|-workflows]}} {{workflows/wordpress-workflow.yaml}} {{[-u|-target]}} {{https://example.com}}-tbooleanRun one or more specific templates or directory with templates with verbose output in `stderr` and output detected issues/vulnerabilities to a file
nuclei {{[-t|-templates]}} {{path/to/nuclei-templates/http}} {{[-u|-target]}} {{https://example.com}} {{[-v|-verbose]}} {{[-o|-output]}} {{path/to/results}}-vbooleanRun one or more specific templates or directory with templates with verbose output in `stderr` and output detected issues/vulnerabilities to a file
nuclei {{[-t|-templates]}} {{path/to/nuclei-templates/http}} {{[-u|-target]}} {{https://example.com}} {{[-v|-verbose]}} {{[-o|-output]}} {{path/to/results}}-obooleanRun one or more specific templates or directory with templates with verbose output in `stderr` and output detected issues/vulnerabilities to a file
nuclei {{[-t|-templates]}} {{path/to/nuclei-templates/http}} {{[-u|-target]}} {{https://example.com}} {{[-v|-verbose]}} {{[-o|-output]}} {{path/to/results}}booleanUse an AI prompt to dynamically generate a template to scan a target (projectdiscovery cloud pdcp API key needs to be configured using `nuclei -auth`)
nuclei {{[-u|-target]}} {{https://example.com}} {{[-ai|-prompt]}} "{{find admin login endpoints}}"Examples (8)
Update `nuclei` templates to the latest released version (downloaded to `~/nuclei-templates` on macOS/Linux or `%USERPROFILE%\nuclei-templates` on Windows)
nuclei [-ut|-update-templates][l]ist all [t]emplates by specific [p]rotocol [t]ype
nuclei -tl [-pt|-type] dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascriptRun an automatic web scan using Wappalyzer technology detection for a specific target [u]RL/host
nuclei [-as|-automatic-scan] [-u|-target] example.comRun HTTP [p]rotocol [t]ype templates of specific severity, exporting results to markdown files inside a specific directory
Run all templates with a custom rate limit, maximum bulk size, and silent output (only findings shown)
nuclei [-rl|-rate-limit] 150 [-bs|-bulk-size] 25 [-c|-concurrency] 25 -silent [-u|-target] https://example.comRun a specific nuclei-bundled workflow against a target
nuclei [-w|-workflows] workflows/wordpress-workflow.yaml [-u|-target] https://example.comRun one or more specific templates or directory with templates with verbose output in `stderr` and output detected issues/vulnerabilities to a file
nuclei [-t|-templates] path/to/nuclei-templates/http [-u|-target] https://example.com [-v|-verbose] [-o|-output] path/to/results