mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:55:28 +00:00
20 lines
298 B
YAML
20 lines
298 B
YAML
id: variables-example
|
|
|
|
info:
|
|
name: Variables Example
|
|
author: pdteam
|
|
severity: info
|
|
|
|
variables:
|
|
a1: "value"
|
|
|
|
headless:
|
|
- steps:
|
|
- args:
|
|
url: "{{BaseURL}}"
|
|
action: navigate
|
|
- action: waitload
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "{{a1}}" |