nuclei/integration_tests/http/variable-dsl-function.yaml

21 lines
296 B
YAML

id: basic-example
info:
name: Test HTTP Template
author: pdteam
severity: info
variables:
a1: "{{to_lower(rand_base(5))}}"
requests:
- method: GET
path:
- "{{BaseURL}}/?x={{a1}}"
- "{{BaseURL}}/?x={{a1}}"
extractors:
- type: dsl
dsl:
- a1