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