nuclei-templates/misconfiguration/typo3-installer.yaml

32 lines
559 B
YAML

id: typo3-installer
info:
name: TYPO3 Installer
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: title:"Installing TYPO3 CMS"
tags: misconfig,typo3,install
requests:
- 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