nuclei/integration_tests/protocols/http/stop-at-first-match.yaml

17 lines
290 B
YAML
Raw Permalink Normal View History

id: stop-at-first-match
info:
name: Stop at first match Request
author: pdteam
severity: info
2024-04-03 17:25:12 +05:30
http:
- method: GET
path:
- "{{BaseURL}}?a=1"
- "{{BaseURL}}?a=2"
matchers:
- type: word
words:
- "This is test"
stop-at-first-match: true