nuclei/integration_tests/protocols/http/cli-with-constants.yaml

18 lines
280 B
YAML
Raw Normal View History

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