2022-01-19 08:08:59 +00:00
|
|
|
id: concrete5-install
|
2022-03-22 03:48:47 +00:00
|
|
|
|
2022-01-19 08:08:59 +00:00
|
|
|
info:
|
|
|
|
name: Concrete5 Install Panel
|
2022-01-19 08:19:13 +00:00
|
|
|
author: osamahamad,princechaddha
|
2022-01-19 08:08:59 +00:00
|
|
|
severity: critical
|
2022-03-22 03:48:47 +00:00
|
|
|
description: A Concrete5 installation panel was discovered.
|
|
|
|
reference:
|
|
|
|
- https://documentation.concretecms.org/developers/introduction/installing-concrete-cms
|
2022-01-19 08:08:59 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Install concrete5"
|
|
|
|
tags: panel,concrete,cms
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/index.php/install"
|
2022-01-19 08:19:13 +00:00
|
|
|
- "{{BaseURL}}/concrete5/index.php/install"
|
2022-01-19 08:08:59 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Install concrete5</title>'
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-01-19 08:19:13 +00:00
|
|
|
- 'Version ([0-9.]+)'
|
2022-03-22 03:48:47 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/21
|