22 lines
325 B
YAML
Raw Permalink Normal View History

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