nuclei/integration_tests/protocols/http/stop-at-first-match-with-ex...

18 lines
336 B
YAML

id: stop-at-first-match-with-extractors
info:
name: Stop at first match Request with extractors
author: pdteam
severity: info
http:
- method: GET
path:
- "{{BaseURL}}?a=1"
- "{{BaseURL}}?a=2"
stop-at-first-match: true
extractors:
- type: kval
part: header
kval:
- "date"