mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:15:28 +00:00
18 lines
266 B
YAML
18 lines
266 B
YAML
id: basic-raw-http-example
|
|
|
|
info:
|
|
name: Test RAW GET Template
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@tls-sni:request.host
|
|
GET / HTTP/1.1
|
|
Host: test
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "test-ok" |