nuclei/integration_tests/http/raw-unsafe-request.yaml

20 lines
359 B
YAML

id: basic-raw-unsafe-request-example
info:
name: Test RAW Unsafe Request Template
author: pd-team
severity: info
requests:
- raw:
- |+
GET / HTTP/1.1
Host:
Content-Length: 4
unsafe: true
matchers-condition: and
matchers:
- type: word
words:
- "This is test raw-unsafe-matcher test"