Replies: 2 comments 5 replies
-
Hi there- some templates are excluded by default for reasons like optimizations. If you use the $ nuclei -silent -tl | wc -l
7731
$ nuclei -silent -tl -code | wc -l
9133 ref: |
Beta Was this translation helpful? Give feedback.
-
@JWebDev It’s unrelated to cloud but rather a difference between the total templates in the nuclei-templates project and the number of templates Nuclei loads by default. Using the example command below, you’ll see the same number of templates locally, but not all of them run by default. Users decide which templates to run based on the type of scan and target, as Nuclei supports multiple scan types. $ tree ~/nuclei-templates/ | grep .yaml | wc -l
9916 The difference between |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to understand for myself the number of templates.
So, I installed the latest version of nuclei and updated all templates.
Nuclei => v3.3.9
Nuclei Templates => v10.1.3.
Counted the number of
nuclei -tl | wc -l
and i got7707
templates.Checked
https://cloud.projectdiscovery.io
=>9939
templatesChecked
https://github.com/projectdiscovery/nuclei-templates
=>10220
files(templates?)Checked
https://github.com/projectdiscovery/nuclei-templates-ai
=>2529
templatesChecked
https://api.projectdiscovery.io/v1/template/public
=>9763
templatesChecked
https://api.projectdiscovery.io/v1/template/early
=>42
templatesMy main questions are.
Why does the cloud platform present 9939 templates and I only have 7707 locally?
Are nuclei-templates-ai included in cloud.projectdiscovery.io? If so, if we take 7707 + 2529 = 10236 - more than the announced total number.
How do I get all 9939 or 10220 locally instead of 7707?
In general, I need to understand for myself why the number of templates is different?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions