Open ocervell opened 1 month ago
When chunking e.g a nuclei task, inputing: --rate-limit 50 --> we should divide the value by the number of chunked tasks created so that each nuclei is run with a --rate-limit 10
--rate-limit 50
nuclei
--rate-limit 10
When chunking e.g a nuclei task, inputing:
--rate-limit 50
--> we should divide the value by the number of chunked tasks created so that eachnuclei
is run with a--rate-limit 10