From 6e8664d38f7bd0d549a0de7d61d9179ebd38ed44 Mon Sep 17 00:00:00 2001 From: geeknik <466878+geeknik@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:51:29 +0000 Subject: [PATCH] Update mass-scanning-cli.mdx one letter missing --- tools/nuclei/mass-scanning-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nuclei/mass-scanning-cli.mdx b/tools/nuclei/mass-scanning-cli.mdx index 2131787..6d1713f 100644 --- a/tools/nuclei/mass-scanning-cli.mdx +++ b/tools/nuclei/mass-scanning-cli.mdx @@ -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