nuclei-templates/http/misconfiguration/installer/typo3-installer.yaml

33 lines
574 B
YAML
Raw Normal View History

2022-10-25 00:27:56 +00:00
id: typo3-installer
info:
name: TYPO3 Installer
author: DhiyaneshDk
severity: medium
metadata:
max-request: 1
2022-10-25 00:27:56 +00:00
verified: true
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
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