nuclei/integration_tests/dns/basic.yaml

17 lines
248 B
YAML
Raw Normal View History

2021-02-26 20:53:06 +00:00
id: basic-dns-example
info:
name: Test DNS Template
author: pdteam
severity: info
dns:
- name: "{{FQDN}}"
2021-02-27 07:29:26 +00:00
type: A
2021-02-26 20:53:06 +00:00
class: inet
recursion: true
retries: 3
matchers:
- type: word
words:
2021-02-27 07:29:26 +00:00
- "1.1.1.1"