mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:15:26 +00:00
* extend headless contextargs * using darwin-latest * grouping page options * temp commenting code out * fixing test * adding more checks * more checks * fixing first navigation metadata * adding integration test * proto update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
17 lines
282 B
YAML
17 lines
282 B
YAML
id: value-sharing-template1
|
|
|
|
info:
|
|
name: value-sharing-template1
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- path:
|
|
- "{{BaseURL}}/path1"
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
name: extracted
|
|
regex:
|
|
- 'href="(.*)"'
|
|
group: 1 |