nuclei/integration_tests/protocols/http/stop-at-first-match.yaml
2024-04-03 17:25:12 +05:30

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