Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/headless/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: "{{base64('hello')}}"
10
11
headless:
12
- steps:
13
- args:
14
url: "{{BaseURL}}"
15
action: navigate
16
- action: waitload
17
matchers:
18
- type: word
19
words:
20
- "{{a1}}"
21