2022-10-25 00:27:56 +00:00
|
|
|
id: typo3-installer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: TYPO3 Installer
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: medium
|
2023-12-21 09:19:34 +00:00
|
|
|
description: TYPO3 is susceptible to the Installation page exposure due to misconfiguration.
|
2022-10-25 00:27:56 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-10-25 00:27:56 +00:00
|
|
|
shodan-query: title:"Installing TYPO3 CMS"
|
2022-10-25 12:55:07 +00:00
|
|
|
tags: misconfig,typo3,install
|
2022-10-25 00:27:56 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-25 00:27:56 +00:00
|
|
|
- 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
|
2023-12-21 11:29:25 +00:00
|
|
|
# digest: 4a0a00473045022100efd5f0fd8174dcdfabaeb45938fc7493c95d86575274608f4c49af7dd10c7cf80220775bef7143126cf51c75dc54c56263660355c29c74f47096f13a927d98a85137:922c64590222798bb761d5b6d8e72950
|