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

29 lines
500 B
YAML
Raw Normal View History

id: typo3-debug-mode
2022-11-14 16:59:04 +00:00
info:
name: TYPO3 Debug Mode Enabled
2022-11-14 16:59:04 +00:00
author: tess
severity: low
2022-11-14 16:59:04 +00:00
metadata:
verified: true
shodan-query: http.title:"TYPO3 Exception"
2022-11-14 17:41:20 +00:00
tags: typo3,debug,misconfig
2022-11-14 16:59:04 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "TYPO3 Exception"
- "Uncaught TYPO3 Exception"
condition: or
2022-11-14 16:59:04 +00:00
- type: status
status:
- 500