mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:55:26 +00:00
18 lines
276 B
YAML
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" |