nuclei/integration_tests/network/variables.yaml

22 lines
325 B
YAML
Raw Normal View History

id: variables-example
info:
name: Variables Example
author: pdteam
severity: info
variables:
2022-04-20 10:06:02 +00:00
a1: "PING"
a2: "{{base64('hello')}}"
network:
- host:
2022-04-20 10:06:02 +00:00
- "{{Hostname}}"
inputs:
2022-04-20 10:06:02 +00:00
- data: "{{a1}}"
read-size: 8
matchers:
- type: word
part: data
words:
2022-04-20 10:06:02 +00:00
- "{{a2}}"