id: variables-example info: name: Variables Example author: pdteam severity: info variables: a1: "value" a2: "{{base64('hello')}}" requests: - raw: - | GET / HTTP/1.1 Host: {{FQDN}} Test: {{a1}} Another: {{a2}} stop-at-first-match: true matchers-condition: or matchers: - type: word words: - "value" - "aGVsbG8="