mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:25:25 +00:00
17 lines
290 B
YAML
17 lines
290 B
YAML
id: stop-at-first-match
|
|
|
|
info:
|
|
name: Stop at first match Request
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}?a=1"
|
|
- "{{BaseURL}}?a=2"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This is test"
|
|
stop-at-first-match: true |