nuclei/integration_tests/protocols/http/cl-body-with-header.yaml

15 lines
259 B
YAML
Raw Permalink Normal View History

id: cl-body-with-header
info:
name: CL Get Request - Body with header
author: pdteam
severity: info
2024-04-03 17:25:12 +05:30
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- "content_length==50000 && len(body)==14"