Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/dsl-matcher-variable.yaml
2070 views
1
id: dsl-matcher-variable
2
3
info:
4
name: dsl-matcher-variable
5
author: pd-team
6
severity: info
7
8
http:
9
-
10
path:
11
- "{{BaseURL}}"
12
payloads:
13
VALUES:
14
- This
15
- is
16
- test
17
- matcher
18
- text
19
matchers:
20
-
21
dsl:
22
- 'contains(body,"{{VALUES}}")'
23
type: dsl
24