nuclei/integration_tests/protocols/http/disable-path-automerge.yaml

21 lines
319 B
YAML

id: test
info:
name: test
author: pdteam
severity: info
http:
- raw:
- |
GET /api/v1/test?id=123 HTTP/1.1
Host: {{Hostname}}
- |
GET HTTP/1.1
Host: {{Hostname}}
disable-path-automerge: true
matchers:
- type: status
status:
- 200