Merge pull request #66 from projectdiscovery/template-dns-valid-filter

Basic valid domains filtering (CNAME, A, Status Code check)
patch-1
Mzack9999 2020-04-28 18:22:48 +02:00 committed by GitHub
commit dd60d61c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
dns/filter-valid.yaml Normal file
View File

@ -0,0 +1,20 @@
id: filter-valid
info:
name: Valid Domains Filter
author: mzack9999
severity: info
dns:
- name: "{{FQDN}}" # Random prefix
type: A
class: inet
recursion: true
retries: 3
matchers:
- type: word
words:
- "NOERROR"
- "IN\tCNAME"
- "IN\tA"