Skip to content

Commit

Permalink
add tags as addition to -as (#4543)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored Dec 28, 2023
1 parent 09d76e3 commit 2d3906c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/protocols/common/automaticscan/automaticscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ func (s *Service) processWappalyzerInputPair(input *contextargs.MetaInput) {
if len(items) == 0 {
return
}
// Add tags as addition to -as for comprehensive scans. Ref: nuclei/issues/3348
items = append(items, s.opts.Options.Tags...)
uniqueTags := sliceutil.Dedupe(items)

templatesList := s.store.LoadTemplatesWithTags(s.allTemplates, uniqueTags)
Expand Down

0 comments on commit 2d3906c

Please sign in to comment.