Merge pull request #6054 from tess-ss/patch-79

Create typo3-exception-debug.yaml
patch-1
Dhiyaneshwaran 2022-11-14 23:12:56 +05:30 committed by GitHub
commit 11a3d16818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

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