nuclei-templates/http/misconfiguration/typo3-debug-mode.yaml

30 lines
515 B
YAML

id: typo3-debug-mode
info:
name: TYPO3 Debug Mode Enabled
author: tess
severity: low
metadata:
verified: true
max-request: 1
shodan-query: http.title:"TYPO3 Exception"
tags: typo3,debug,misconfig
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "TYPO3 Exception"
- "Uncaught TYPO3 Exception"
condition: or
- type: status
status:
- 500