Merge pull request #208 from Marmelatze/fix-dns-result

fix no result found problem with and condition
dev
bauthard 2020-08-06 00:37:39 +05:30 committed by GitHub
commit 234d6245db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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