Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/raw-unsafe-request.yaml
2070 views
1
id: basic-raw-unsafe-request-example
2
3
info:
4
name: Test RAW Unsafe Request Template
5
author: pd-team
6
severity: info
7
8
http:
9
- raw:
10
- |+
11
GET / HTTP/1.1
12
Host:
13
Content-Length: 4
14
15
unsafe: true
16
matchers-condition: and
17
matchers:
18
- type: word
19
words:
20
- "This is test raw-unsafe-matcher test"
21