mirror of https://github.com/daffainfo/nuclei.git
23 lines
349 B
YAML
23 lines
349 B
YAML
|
id: dsl-matcher-variable
|
||
|
|
||
|
info:
|
||
|
name: dsl-matcher-variable
|
||
|
author: pd-team
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
-
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
payloads:
|
||
|
VALUES:
|
||
|
- This
|
||
|
- is
|
||
|
- test
|
||
|
- matcher
|
||
|
- text
|
||
|
matchers:
|
||
|
-
|
||
|
dsl:
|
||
|
- 'contains(body,"{{VALUES}}")'
|
||
|
type: dsl
|