diff --git a/misconfiguration/misconfigured-concrete5.yaml b/misconfiguration/misconfigured-concrete5.yaml new file mode 100644 index 0000000000..0b337003c4 --- /dev/null +++ b/misconfiguration/misconfigured-concrete5.yaml @@ -0,0 +1,20 @@ +id: misconfigured-concrete5 + +info: + name: Misconfigured Concrete5 + author: pdteam + severity: low + tags: misconfig,concrete,cms + +requests: + - method: GET + path: + - "{{BaseURL}}" + + redirects: true + max-redirects: 2 + matchers: + - type: word + part: body + words: + - 'concrete5 has encountered an issue' \ No newline at end of file