43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: concrete5-install
|
|
|
|
info:
|
|
name: Concrete5 Install Panel
|
|
author: osamahamad,princechaddha
|
|
severity: critical
|
|
description: A Concrete5 installation panel was discovered.
|
|
reference:
|
|
- https://documentation.concretecms.org/developers/introduction/installing-concrete-cms
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: concrete5
|
|
product: concrete5
|
|
shodan-query: http.title:"Install concrete5"
|
|
tags: panel,install,concrete,cms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/install"
|
|
- "{{BaseURL}}/concrete5/index.php/install"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Install concrete5</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Version ([0-9.]+)'
|
|
# digest: 490a0046304402206fad32a123789e900f6dd3aff3033bde9ac8eaa3d3126666ae0089e58f943074022058d8c3f19d6435f279b4fc123fe4aa991609d16bdcb56c423b7d60c7cf7740b2:922c64590222798bb761d5b6d8e72950 |