55 lines
1.5 KiB
YAML
55 lines
1.5 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
|
|
classification:
|
|
cpe: cpe:2.3:a:concrete5:concrete5:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: concrete5
|
|
product: concrete5
|
|
shodan-query:
|
|
- http.title:"Install concrete5"
|
|
- cpe:"cpe:2.3:a:concrete5:concrete5"
|
|
- http.title:"install concrete5"
|
|
- http.title:"concrete5"
|
|
fofa-query:
|
|
- title="install concrete5"
|
|
- title="concrete5"
|
|
google-query:
|
|
- intitle:"concrete5"
|
|
- intitle:"install concrete5"
|
|
tags: panel,install,concrete,cms,concrete5
|
|
|
|
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: 490a0046304402206c18ee89e6afa2c4ad9207b8b392d54e5195583ea8cc432835806ac64951d7f80220038802a551ff843567b891adf4bf883c952d8fbc1b6835ffb8f34e7ff63fb1c0:922c64590222798bb761d5b6d8e72950 |