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
anytime i use nuclei with or without a config file I get this error, even when scanning one single webpage
[FTL] Could not create runner: resource temporarily unavailable
when running nuclei in the terminal cli it runs fine, when running nuclei with rengine I get this error.
use a kali VM with 10GB of ram 4CPU, 2GB swap file. load engine choose vulnerability scan and execute
- reNgine: 2.2.0 - OS: kali - Python: 3.12.6
nuclei -j -irr -l /usr/src/scan_results/www.DOMAIN_HERE.com._441/urls_unfurled.txt -c 5 -retries 1 -rl 150 -timeout 5 -silent -t cve -t exposed-panels -t vulnerabilities -t misconfiguration -t exposures -t workflows -t default-logins -t takeovers -severity high
The text was updated successfully, but these errors were encountered:
Hey @wifiuk! 👋 Thanks for flagging this bug! 🐛🔍
You're our superhero bug hunter! 🦸♂️🦸♀️ Before we suit up to squash this bug, could you please:
📚 Double-check our documentation: https://rengine.wiki 🕵️ Make sure it's not a known issue 📝 Provide all the juicy details about this sneaky bug
Once again - thanks for your vigilance! 🛠️🚀
Sorry, something went wrong.
seem this happens when nuclei is being run as root when non root user such as kali runs all is fine.
and Rengine is running as root so it runs nuclei as root
No branches or pull requests
Is there an existing issue for this?
Current Behavior
anytime i use nuclei with or without a config file I get this error, even when scanning one single webpage
[FTL] Could not create runner: resource temporarily unavailable
Expected Behavior
when running nuclei in the terminal cli it runs fine, when running nuclei with rengine I get this error.
Steps To Reproduce
use a kali VM with 10GB of ram 4CPU, 2GB swap file.
load engine choose vulnerability scan and execute
Environment
Anything else?
nuclei -j -irr -l /usr/src/scan_results/www.DOMAIN_HERE.com._441/urls_unfurled.txt -c 5 -retries 1 -rl 150 -timeout 5 -silent -t cve -t exposed-panels -t vulnerabilities -t misconfiguration -t exposures -t workflows -t default-logins -t takeovers -severity high
[FTL] Could not create runner: resource temporarily unavailable
The text was updated successfully, but these errors were encountered: