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>
19 lines
286 B
YAML
19 lines
286 B
YAML
id: value-sharing-template2
|
|
|
|
info:
|
|
name: value-sharing-template2
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /path2 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
{{extracted}}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "test-value" |