nuclei/integration_tests/http/stop-at-first-match.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