39 lines
965 B
YAML
39 lines
965 B
YAML
id: typo3-installer
|
|
|
|
info:
|
|
name: TYPO3 Installer
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: TYPO3 is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Installing TYPO3 CMS"
|
|
product: typo3
|
|
vendor: typo3
|
|
tags: misconfig,typo3,install
|
|
|
|
classification:
|
|
cpe: cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/typo3/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Installing TYPO3 CMS</title>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100efd5f0fd8174dcdfabaeb45938fc7493c95d86575274608f4c49af7dd10c7cf80220775bef7143126cf51c75dc54c56263660355c29c74f47096f13a927d98a85137:922c64590222798bb761d5b6d8e72950
|