You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How i know what rate-limit i can run the nuclei to not die the server band if i use :
-bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)
100
-c, -concurrency int maximum number of templates to be executed in parallel (default 25)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How i know what rate-limit i can run the nuclei to not die the server band if i use :
-bs, -bulk-size int maximum number of hosts to be analyzed in parallel per template (default 25)
-c, -concurrency int maximum number of templates to be executed in parallel (default 25)
cat targets.txt | httpx -random-agent -nf -rl 5000 -t 1000 -stats -silent | nuclei -t cves/ -stats -bs 100 -c 50 -severity critical,high -o cve.txt
Beta Was this translation helpful? Give feedback.
All reactions