We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm currently testing different templates and have 100k in my folder. So, when I run a scan, I get this error.
Should start the scan without any error
nuclei -u LINK -t DIRECTORY
No response
- OS: Ubuntu 22.01 - Nuclei: v3.3.1 - Go: 1.22.0
The text was updated successfully, but these errors were encountered:
It's limited by resource - https://stackoverflow.com/questions/32042048/go-runtime-program-exceeds-10000-thread-limit, it's simply not possible to run that much of template.
Sorry, something went wrong.
It's possible via:
debug.SetMaxThreads(...)
Probably we can add this to utils
utils
max-os-threads
similar situation turned out to be a issue with setup/os rather than nuclei https://github.com/orgs/projectdiscovery/discussions/4767
dogancanbakir
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
I'm currently testing different templates and have 100k in my folder. So, when I run a scan, I get this error.
Expected Behavior
Should start the scan without any error
Steps To Reproduce
nuclei -u LINK -t DIRECTORY
Relevant log output
No response
Environment
Anything else?
The text was updated successfully, but these errors were encountered: