Skip to content

Commit

Permalink
Merge pull request #8249 from projectdiscovery/elasticbeanstalk-fn-fix
Browse files Browse the repository at this point in the history
fixed false negative (elasticbeanstalk-takeover)
  • Loading branch information
DhiyaneshGeek authored Sep 23, 2023
2 parents 4b288b9 + fa97c49 commit 0cf6cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dns/elasticbeanstalk-takeover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ dns:

matchers-condition: and
matchers:

- type: regex
regex:
- CNAME\t[a-z0-9_-]*\.(us|af|ap|ca|eu|me|sa)\-(east|west|south|northeast|southeast|central)\-[1-9]+\.elasticbeanstalk\.com
- CNAME\t.*\.(us|af|ap|ca|eu|me|sa)\-(east|west|south|northeast|southeast|central)\-[1-9]+\.elasticbeanstalk\.com

- type: word
words:
- "NXDOMAIN"
- NXDOMAIN

extractors:
- type: regex
Expand Down

0 comments on commit 0cf6cb9

Please sign in to comment.