mirror of https://github.com/daffainfo/nuclei.git
17 lines
286 B
YAML
17 lines
286 B
YAML
|
id: value-sharing-template1
|
||
|
|
||
|
info:
|
||
|
name: value-sharing-template1
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- path:
|
||
|
- "{{BaseURL}}/path1"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
name: extracted
|
||
|
regex:
|
||
|
- 'href="(.*)"'
|
||
|
group: 1
|