nuclei
Verified for current stable LTS
Nuclei Commands
Nuclei command syntax with verified terminal examples.
Commands
8 commands for Nuclei
nuclei HTTP
Nuclei Command: Dynamically Generate Template With Ai Prompt
nuclei -u {https://example.com} -ai "<find admin login endpoints>" nuclei HTTP
Nuclei Command: List Templates By Protocol Type
nuclei -tl -pt <dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascript> nuclei HTTP
Nuclei Command: Run Automatic Web Scan
nuclei -as -u <example.com> nuclei HTTP
Nuclei Command: Run Http Templates With Severity
nuclei -s <high,critical,...> -pt http -u {https://example.com} -me <path/to/directory> nuclei HTTP
Nuclei Command: Run Specific Workflow
nuclei -w <workflows/wordpress-workflow.yaml> -u {https://example.com} nuclei HTTP
Nuclei Command: Run Templates With Custom Rate Limit
nuclei -rl <150> -bs <25> -c <25> -silent -u {https://example.com} nuclei HTTP
Nuclei Command: Run Templates With Verbose Output
nuclei -t <path/to/nuclei-templates/http> -u {https://example.com} -v -o <path/to/results> nuclei Operations
Nuclei Command: Update Nuclei Templates
nuclei -ut Suggest a Nuclei Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nuclei workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.