mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 03:55:23 +00:00
* raw: fix missing trailing slash * adds rawpath integration test * rename trailing slash test
13 lines
240 B
YAML
13 lines
240 B
YAML
id: raw-path-trailing-slash
|
|
|
|
info:
|
|
name: Test RAW HTTP Template with trailing slash
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /test/..;/..;/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{BaseURL}} |