1id: value-sharing-template1 2 3info: 4 name: value-sharing-template1 5 author: pdteam 6 severity: info 7 8http: 9 - path: 10 - "{{BaseURL}}/path1" 11 extractors: 12 - type: regex 13 part: body 14 name: extracted 15 regex: 16 - 'href="(.*)"' 17 group: 1 18