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