mirror of https://github.com/daffainfo/nuclei.git
18 lines
340 B
YAML
18 lines
340 B
YAML
|
id: stop-at-first-match-with-extractors
|
||
|
|
||
|
info:
|
||
|
name: Stop at first match Request with extractors
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}?a=1"
|
||
|
- "{{BaseURL}}?a=2"
|
||
|
stop-at-first-match: true
|
||
|
extractors:
|
||
|
- type: kval
|
||
|
part: header
|
||
|
kval:
|
||
|
- "date"
|