nuclei/integration_tests/protocols/http/cli-with-constants.yaml
2024-04-03 17:25:12 +05:30

18 lines
276 B
YAML

id: cli-with-constants
info:
name: Cli Var with Constants
author: pdteam
severity: info
constants:
test: test-in-template
http:
- method: GET
path:
- "{{BaseURL}}?p={{test}}"
matchers:
- type: word
words:
- "test-in-template"