nuclei/integration_tests/http/raw-with-params.yaml
Tarun Koyalwar 7f5e4e2336
aws signer: fix missing x-content-sha256 header (#3601)
* fix missing x-content-sha256 header

* fix variable priority in self-contained templates

* remove debug statement

* adds generic raw request parser for self-contained req

* more integration tests

* bug fix: 10x faster race requests

* fix failing integration test
2023-05-01 12:15:35 +05:30

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"