Merge pull request #65 from projectdiscovery/template-dns-wildcard-filter

Basic wildcard filtering by trying to resolve non existing subdomain
patch-1
Mzack9999 2020-04-28 18:22:27 +02:00 committed by GitHub
commit 127abb28a6
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-wildcard.yaml Normal file
View File

@ -0,0 +1,20 @@
id: filter-wildcard
info:
name: Wildcard Filter
author: mzack9999
severity: info
dns:
- name: "0831058744.{{FQDN}}" # Random prefix
type: A
class: inet
recursion: true
retries: 3
matchers:
- type: word
words:
- "NXDOMAIN"
- "SERVFAIL"
- "REFUSED"