nuclei/integration_tests/protocols/http/dsl-matcher-variable.yaml
2024-04-03 17:25:12 +05:30

23 lines
345 B
YAML

id: dsl-matcher-variable
info:
name: dsl-matcher-variable
author: pd-team
severity: info
http:
-
path:
- "{{BaseURL}}"
payloads:
VALUES:
- This
- is
- test
- matcher
- text
matchers:
-
dsl:
- 'contains(body,"{{VALUES}}")'
type: dsl