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

21 lines
292 B
YAML
Raw Normal View History

id: basic-example
info:
name: Test HTTP Template
author: pdteam
severity: info
variables:
a1: "{{to_lower(rand_base(5))}}"
2024-04-03 17:25:12 +05:30
http:
- method: GET
path:
- "{{BaseURL}}/?x={{a1}}"
- "{{BaseURL}}/?x={{a1}}"
extractors:
- type: dsl
dsl:
- a1