mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update DMARC validation matchers in YAML config
This commit is contained in:
@@ -12,8 +12,10 @@ info:
|
||||
|
||||
dns:
|
||||
- name: "_dmarc.{{FQDN}}"
|
||||
|
||||
type: TXT
|
||||
class: inet
|
||||
|
||||
recursion: true
|
||||
retries: 3
|
||||
|
||||
@@ -21,9 +23,8 @@ dns:
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "v=DMARC1"
|
||||
- "v=dmarc1"
|
||||
condition: or
|
||||
- "v=DKIM1"
|
||||
case-insensitive: true
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
|
||||
Reference in New Issue
Block a user