Replies: 1 comment
-
same in v3.0.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use a custom nuclei template directory, and play with criteria to select a set of templates.
(A) update templates
instead of doing default (this uses
~/nuclei-templates
)I do this:
so nuclei config includes custom directory in
~/.config/nuclei/.templates-config.json
->"nuclei-templates-directory"
This method is a bit slow compared to the first default one but works.
(B) list templates with some criteria
Then (B) I would like to display list of template that match some criteria using
-tl
option,for example list only
critical
I do remark that when I'm using a custom directory, the template list is sooo long, and could includes some warns and sometime hang
On another side, when I'm keeping default template location I've no issue at all to list templates.
Example of warn (when using custom template directory)
NB:
/data
is a volume mount point of docker containerNB2: I created a pull request in order to precise that
-tl
option could help to search by criteria and verify results without doing some action on target host. cf. #4328Am I alone to have this (perf) issue ? is that a bug? any hint to fix that ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions