nuclei/integration_tests/http/raw-unsafe-with-params.yaml

20 lines
430 B
YAML

id: raw-unsafe-with-params
info:
name: Test RAW unsafe with params
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}}
unsafe: true
matchers:
- type: word
words:
- "Test is test raw-params-matcher text"