mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:25:25 +00:00
24 lines
452 B
YAML
24 lines
452 B
YAML
id: multimatch-value-share-template
|
|
|
|
info:
|
|
name: MultiMatch Value Share Template
|
|
author: tovask
|
|
severity: info
|
|
|
|
http:
|
|
- path:
|
|
- "{{BaseURL}}/path1?v=1"
|
|
- "{{BaseURL}}/path1?v=2"
|
|
matchers:
|
|
- type: word
|
|
name: test-matcher
|
|
words:
|
|
- "href"
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
name: extracted
|
|
regex:
|
|
- 'href="(.*)"'
|
|
group: 1
|