-
-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
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
nuclei-templates not used by nuclei package #3382
Comments
You are correct. This is not needed. |
@noraj should it go in remove list? |
No. nuclei PKGBUILD should be updated instead. In a way to use nuclei-templates as described above. |
Just to summarize:
|
The idea is quite the contrary. It's to make nuclei really use nuclei-templates |
Ok... I misled this statement |
Also right now our package
nuclei-templates
is pretty useless and not needed as a dependency ofnuclei
. Why?Because since 2.4.0 nuclei is auto-downloading and updating the templates to
~/nuclei-templates
and is not aware of what we deployed at/usr/share/nuclei-templates
.So to make the nuclei-templates install system wide taken into account by nuclei we should complexify the install steps :
config.yml
file (cf. https://nuclei.projectdiscovery.io/nuclei/get-started/#nuclei-config)disable-update-check: true
to disable automatic nuclei/templates update checktemplates: \n - /usr/share/nuclei-templates
nuclei -config /usr/share/nuclei/config.yaml "$@"
So the templates would not be downloaded once per user and making the user home messy.
The text was updated successfully, but these errors were encountered: