mirror of https://github.com/daffainfo/nuclei.git
20 lines
359 B
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"
|