Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/cli-with-constants.yaml
2070 views
1
id: cli-with-constants
2
3
info:
4
name: Cli Var with Constants
5
author: pdteam
6
severity: info
7
8
constants:
9
test: test-in-template
10
11
http:
12
- method: GET
13
path:
14
- "{{BaseURL}}?p={{test}}"
15
matchers:
16
- type: word
17
words:
18
- "test-in-template"
19