nuclei
Verified for current stable LTS
Nuclei Command: Run Http Templates With Severity
Use for run http templates with severity with Nuclei. Exact CLI syntax to run http templates with severity using Nuclei.
When to use this: Use for run http templates with severity with Nuclei.
Command Syntax
nuclei -s <high,critical,...> -pt http -u {https://example.com} -me <path/to/directory> nuclei -s <high,critical,...> -pt http -u `{https://example.com`} -me <path/to/directory> Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
-pt- Command Option
- Tool-specific option used by this command invocation.
-u- Command Option
- Tool-specific option used by this command invocation.
-me- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run http templates with severity using Nuclei.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nuclei Command: Dynamically Generate Template With Ai Prompt
nuclei -u {https://example.com} -ai "<find admin login endpoints>" Nuclei Command: List Templates By Protocol Type nuclei -tl -pt <dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascript> Nuclei Command: Run Automatic Web Scan nuclei -as -u <example.com> Nuclei Command: Run Specific Workflow nuclei -w <workflows/wordpress-workflow.yaml> -u {https://example.com} Nuclei Command: Run Templates With Custom Rate Limit nuclei -rl <150> -bs <25> -c <25> -silent -u {https://example.com}