mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:15:28 +00:00
19 lines
277 B
YAML
19 lines
277 B
YAML
id: dns-a-query-example
|
|
|
|
info:
|
|
name: Test DNS SRV Query Template
|
|
author: pdteam
|
|
severity: info
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: SRV
|
|
class: inet
|
|
recursion: true
|
|
retries: 3
|
|
matchers:
|
|
- type: word
|
|
part: all
|
|
words:
|
|
- "SRV"
|