Skip to content

Commit

Permalink
fix no result found problem with and condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmelatze committed Aug 4, 2020
1 parent 270f8fc commit 51412f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/pkg/executer/executer_dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func (e *DNSExecuter) ExecuteDNS(p progress.IProgress, URL string) (result Resul
// AND or if we have extractors for the mechanism too.
if len(e.dnsRequest.Extractors) > 0 || matcherCondition == matchers.ANDCondition {
e.writeOutputDNS(domain, nil, extractorResults)
result.GotResults = true
}

return
Expand Down

0 comments on commit 51412f6

Please sign in to comment.