mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:45:27 +00:00
20 lines
270 B
YAML
20 lines
270 B
YAML
id: variables-example
|
|
|
|
info:
|
|
name: Variables Example
|
|
author: pdteam
|
|
severity: info
|
|
|
|
variables:
|
|
a1: "IN"
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: A
|
|
class: inet
|
|
recursion: true
|
|
retries: 3
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "{{a1}}" |