nuclei/integration_tests/workflow/multiprotocol-value-share-template.yaml
Levente Kováts bec7cb273a
add context vars in code and multi (#5051)
make the extracted variables available in subsequence templates when executing in a workflow

fix projectdiscovery/nuclei#4797
2024-04-16 16:57:07 +05:30

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"