projectdiscovery / nuclei

Fast and customizable vulnerability scanner based on simple YAML based DSL.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
18.39k stars 2.34k forks source link

[Question] Maximum number of concurrent requests without compromising output #365

Closed aaravmer closed 3 years ago

aaravmer commented 3 years ago

I am running subdomain-takeover template on thousands of domains on a VPS that has 4GB RAM and 2 core processor. When I use 100 threads it detects subdomain-takeover issues, but when I change threads to 1000 it misses some takeovers.

So I want to know the maximum limit of threads I can use without compromising the output on this machine (4GB RAM and 2 core processor).

ehsandeep commented 3 years ago

Hi @aaravmer,

Yes, 100 is the suggested number of threads to use.