31 lines
752 B
YAML
31 lines
752 B
YAML
id: typo3-debug-mode
|
|
|
|
info:
|
|
name: TYPO3 Debug Mode Enabled
|
|
author: tess
|
|
severity: low
|
|
description: TYPO3 Debug Mode is enabled.
|
|
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
|
|
# digest: 4a0a0047304502201ee7bbd8a77d4f954f0fcd10371c8958454bc550573570294a6e5cd1ca91ae04022100980d4e085f07ca32d2eaaf49e513b2a375889affd352bd0b364a819afc168fb6:922c64590222798bb761d5b6d8e72950 |