mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:25:25 +00:00
18 lines
298 B
YAML
18 lines
298 B
YAML
id: basic-raw-http-example
|
|
|
|
info:
|
|
name: Test RAW GET Template
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{BaseURL}}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Test is test raw-get-matcher text" |