mirror of https://github.com/daffainfo/nuclei.git
20 lines
430 B
YAML
20 lines
430 B
YAML
|
id: raw-with-params
|
||
|
|
||
|
info:
|
||
|
name: Test RAW Params Template
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
# this test is used to check automerge of params in both unsafe & safe requests
|
||
|
# key1=value1 is added from inputURL
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /?key2=value2 HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Origin: {{BaseURL}}
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Test is test raw-params-matcher text"
|