Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mass-scanning-cli.mdx #25

Merged
merged 1 commit into from Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/nuclei/mass-scanning-cli.mdx
Expand Up @@ -41,7 +41,7 @@ Nuclei is a highly concurrent tool that has major Network I/O due to nature of t

2. Number of Requests to send in parallel per template

Ex: Some template have `payloads` field in template and usually sends multiple requests. This concurreny per template is controlled by `threads: 10` value in template
Ex: Some template have `payloads` field in template and usually sends multiple requests. This concurrency per template is controlled by `threads: 10` value in template

But if `threads` is not defined or missing (since it is optional), then nuclei will use `-c` value to decide concurrency of requests per template

Expand Down