[FTL] Could not create runner + CDN error #1544
-
Hey, guys. All good? I'm having the following error when running nuclei v3.0.4, all templates are updated:
I researched some similar errors (#599). I'm not using any VPN, I don't seem to have any type of blocking on CloudFlare. For context, my script combines a number of recon tools (Link: https://github.com/rf-peixoto/Studies/blob/main/Code/Bash/izanami.sh Please ignore the parameter mixing and juggling to generate the output, this script is still under testing.). On line 65, my command is as follows:
The error interrupts the execution of the nuclei, causing the output file to be empty. In the environment variables I only have my shodan API. Also, I checked the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry, I commented on the wrong repo. -facepalm- |
Beta Was this translation helpful? Give feedback.
-
@rf-peixoto this is possibly because you using outdated version of PD tool, httpx or nuclei or any other tool where cdn feature is used.
|
Beta Was this translation helpful? Give feedback.
@rf-peixoto this is possibly because you using outdated version of PD tool, httpx or nuclei or any other tool where cdn feature is used.
https://cdn.nuclei.sh
is discontinued and cdn data loaded directly from code https://github.com/projectdiscovery/cdncheck, all the projects got uploaded to use latest code, so updating project to latest version should resolve the issue.