mirror of https://github.com/daffainfo/nuclei.git
17 lines
294 B
YAML
17 lines
294 B
YAML
|
id: stop-at-first-match
|
||
|
|
||
|
info:
|
||
|
name: Stop at first match Request
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}?a=1"
|
||
|
- "{{BaseURL}}?a=2"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "This is test"
|
||
|
stop-at-first-match: true
|