mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:55:26 +00:00
* fix raw req single slash issue * fix raw unsafe req single slash issue * commit to last commit * minor
15 lines
260 B
YAML
15 lines
260 B
YAML
id: raw-unsafe-path-single-slash
|
|
|
|
info:
|
|
name: Test RAW Unsafe HTTP Template with single slash
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- raw:
|
|
- |+
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{BaseURL}}
|
|
|
|
unsafe: true |