Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/dns/variables.yaml
2070 views
1
id: variables-example
2
3
info:
4
name: Variables Example
5
author: pdteam
6
severity: info
7
8
variables:
9
a1: "IN"
10
11
dns:
12
- name: "{{FQDN}}"
13
type: A
14
class: inet
15
recursion: true
16
retries: 3
17
matchers:
18
- type: word
19
words:
20
- "{{a1}}"
21