Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/network/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: "PING"
10
a2: "{{base64('hello')}}"
11
12
network:
13
- host:
14
- "{{Hostname}}"
15
inputs:
16
- data: "{{a1}}"
17
read-size: 8
18
matchers:
19
- type: word
20
part: data
21
words:
22
- "{{a2}}"
23