Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/workflow/http-value-share-template-1.yaml
2070 views
1
id: value-sharing-template1
2
3
info:
4
name: value-sharing-template1
5
author: pdteam
6
severity: info
7
8
http:
9
- path:
10
- "{{BaseURL}}/path1"
11
extractors:
12
- type: regex
13
part: body
14
name: extracted
15
regex:
16
- 'href="(.*)"'
17
group: 1
18