-
Version:v2.9.7 go versiongo version go1.20.5 linux/amd64 Reproduction Steps:
Where
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi! Thanks for the issue. This is similar to this answer in another issue, I think. #3713 (comment) templates with the
|
Beta Was this translation helpful? Give feedback.
-
@lc |
Beta Was this translation helpful? Give feedback.
-
Oh whoops, sorry – must've been a change since the last time I tried it |
Beta Was this translation helpful? Give feedback.
-
Hi, could this behaviour be changed, or perhaps the verbiage? When trying to to manually run a tag, for example iis-shortname, the output is quite confusing:
it took me an embarassing long time to figure out, via -debug, that the template was being "rejected", and I needed to switch from using
and even then, you need to go check that particular template and identify which tag is being excluded, before manually including it on the command line.... that is a little bit of a poor user experience. As a suggestion, could Nuclei perhaps bypass the excluded tags when you manually request a specific template? That would be more logical. Thanks! |
Beta Was this translation helpful? Give feedback.
@lc
nuclei -t /root/nuclei-templates/http/fuzzing/cache-poisoning-fuzz.yaml -l targets.httpx -itags fuzz
will work; fuzzing templates are excluded as default.