35 lines
767 B
YAML
35 lines
767 B
YAML
id: typo3-installer
|
|
|
|
info:
|
|
name: TYPO3 Installer
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Installing TYPO3 CMS"
|
|
tags: misconfig,typo3,install
|
|
|
|
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: 490a00463044022053ad37eed7cbda3b1ad24bb37183c2da813d55d59a4960073a308755e1fde95d02200bb7325e1591d0457ae2a4abd6a7e37d54fe5af2366a829f3ce2327f8db4ec40:922c64590222798bb761d5b6d8e72950
|