22 lines
379 B
YAML
22 lines
379 B
YAML
id: misconfigured-concrete5
|
|
|
|
info:
|
|
name: Misconfigured Concrete5
|
|
author: pdteam
|
|
severity: low
|
|
tags: misconfig,concrete,cms
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'concrete5 has encountered an issue' |