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

20 lines
359 B
YAML
Raw Normal View History

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