nuclei
Verified for current stable LTS
Nuclei Command: Run Templates With Custom Rate Limit
Use for run templates with custom rate limit with Nuclei. Exact CLI syntax to run templates with custom rate limit using Nuclei.
When to use this: Use for run templates with custom rate limit with Nuclei.
Command Syntax
nuclei -rl <150> -bs <25> -c <25> -silent -u {https://example.com} nuclei -rl <150> -bs <25> -c <25> -silent -u `{https://example.com`} Command Breakdown
-rl- Command Option
- Tool-specific option used by this command invocation.
-bs- Command Option
- Tool-specific option used by this command invocation.
-c- Command Option
- Tool-specific option used by this command invocation.
-silent- Command Option
- Tool-specific option used by this command invocation.
-u- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run templates with custom rate limit 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 Http Templates With Severity nuclei -s <high,critical,...> -pt http -u {https://example.com} -me <path/to/directory> Nuclei Command: Run Specific Workflow nuclei -w <workflows/wordpress-workflow.yaml> -u {https://example.com}