Replies: 3 comments
-
@gaby have a look at this issue #895 for the underying problem when we were using GitHub endpoint directly. We can explore further to know what causing the block and what change we can (if required) to fix it. |
Beta Was this translation helpful? Give feedback.
-
@ehsandeep I'm basically having the same problem but with "nuclei.sh", specially if the host running nuclei is behind a VPN. No matter the provider we get throttle by Cloudflare or it triggers a captcha via browser, which makes We never had this issue with Github perse. |
Beta Was this translation helpful? Give feedback.
-
Could you give the details of the setup / environment to replicate this bhevhaior? |
Beta Was this translation helpful? Give feedback.
-
Nuclei version: v2.5.8
Current Behavior:
As part of our CI/CD process we add
nuclei
andnuclei templates
as part of atoolkit
Docker image. Consistently when trying to run-update-templates
I think cloudflare or something is blocking us inhttps://version-check.nuclei.sh/versions?v=2.5.8
which makesnuclei
to fail and kill our whole CI process.I understand having
nuclei.sh
protected by cloudflare, but wouldn't it make more sense to store the results file we get back from that URL on each release ofhttps://github.com/projectdiscovery/nuclei-templates
on Github?All the query is returning is this:
It would make more sense, that on each tagged release of
nuclei-templates
that file is added on the root of the git repo, andnuclei
to query that instead of trying to reachnuclei.sh
.From what I remember back in 2020
nuclei
used to get templates from Github.Expected Behavior:
Being able to reliably download templates
Steps To Reproduce:
Related issues: #1145
Beta Was this translation helpful? Give feedback.
All reactions