32 lines
710 B
YAML
32 lines
710 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
|
|
|
|
# digest: 4a0a004730450221009d31269fa9589b74907d8abdeed295a57028ecb0c0db5efa0ef8d2cef1255d99022022b1ea75dbc895c9277a73297c785cd72cb2e916e34228890fbe0cdfd1719cc6:922c64590222798bb761d5b6d8e72950
|