Skip to content

-etags issue! #4897

Answered by olearycrew
0xhunster asked this question in Q&A
Discussion options

You must be logged in to vote

@0xhunster this would be expected because of your use of -t ~/nuclei-templates/http/

  • All of the ssl tagged templates are in the ssl folder
  • Fuzzing templates are excluded by default unless you include them (see this docs page for the default exclusion details).

Thus, you are already filtered down to the templates in the http folder, and the etags doesn't filter anymore out. I confirmed this with these commands:

nuclei -u https://boleary.dev -stats -duc -t http/ -silent
nuclei -u https://boleary.dev -stats -duc -t http/ -silent -etags ssl,fuzzing

vs

nuclei -u https://boleary.dev -stats -duc -silent
nuclei -u https://boleary.dev -stats -duc -silent -etags ssl,fuzzing

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olearycrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4856 on March 15, 2024 20:53.