mirror of https://github.com/daffainfo/nuclei.git
18 lines
270 B
YAML
18 lines
270 B
YAML
|
id: basic-raw-http-example
|
||
|
|
||
|
info:
|
||
|
name: Test RAW GET Template
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
@tls-sni:request.host
|
||
|
GET / HTTP/1.1
|
||
|
Host: test
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "test-ok"
|