Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/raw-with-params.yaml
2070 views
1
id: raw-with-params
2
3
info:
4
name: Test RAW Params Template
5
author: pdteam
6
severity: info
7
# this test is used to check automerge of params in both unsafe & safe requests
8
# key1=value1 is added from inputURL
9
10
http:
11
- raw:
12
- |
13
GET /?key2=value2 HTTP/1.1
14
Host: {{Hostname}}
15
Origin: {{BaseURL}}
16
17
matchers:
18
- type: word
19
words:
20
- "Test is test raw-params-matcher text"
21