nuclei/integration_tests/protocols/http/raw-unsafe-request.yaml
2024-04-03 17:25:12 +05:30

20 lines
355 B
YAML

id: basic-raw-unsafe-request-example
info:
name: Test RAW Unsafe Request Template
author: pd-team
severity: info
http:
- 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"