mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 16:05:26 +00:00
make the extracted variables available in subsequence templates when executing in a workflow fix projectdiscovery/nuclei#4797
23 lines
416 B
YAML
23 lines
416 B
YAML
id: multiprotocol-value-sharing-template
|
|
|
|
info:
|
|
name: MultiProtocol Value Sharing Template
|
|
author: tovask
|
|
severity: info
|
|
|
|
dns:
|
|
- name: "{{extracted}}"
|
|
type: PTR
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "blog.projectdiscovery.io"
|
|
|
|
http:
|
|
- path:
|
|
- "{{BaseURL}}/path2?extracted={{extracted}}"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "blog.projectdiscovery.io"
|