mirror of https://github.com/daffainfo/nuclei.git
minor correction in logic
parent
cb938b379c
commit
c274dd15e2
|
@ -247,7 +247,7 @@ func (r *Runner) sendRequest(template *templates.Template, request interface{},
|
|||
for _, matcher := range dnsRequest.Matchers {
|
||||
// Check if the matcher matched
|
||||
if !matcher.MatchDNS(resp) {
|
||||
continue
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue