Merge pull request #8475 from projectdiscovery/fix_matcher_regex

Fix matcher regex
patch-1
Dhiyaneshwaran 2023-10-26 17:27:22 +05:30 committed by GitHub
commit 5933488e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dns:
matchers:
- type: regex
regex:
- "IN\tCAA\\t(.+)$"
- "IN\\s+CAA\\s+(.+)"
extractors:
- type: regex