mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 21:03:04 +00:00
* adding content length edge cases * fixing CL behavior * suppressing -1 error * fixing path
15 lines
249 B
YAML
15 lines
249 B
YAML
id: cl-body-without-header
|
|
|
|
info:
|
|
name: CL Get Request - Body without header
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "content_length==14" |