nuclei/integration_tests/http/cl-body-without-header.yaml
Mzack9999 d956275e98
Adding content length edge cases (#3147)
* adding content length edge cases

* fixing CL behavior

* suppressing -1 error

* fixing path
2023-01-07 18:06:44 +05:30

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"