50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: yii-debugger
|
|
|
|
info:
|
|
name: View Yii Debugger Information
|
|
author: geeknik,rumble773
|
|
severity: low
|
|
description: Detects potential exposure to Yii Debugger information.
|
|
reference:
|
|
- https://yii2-framework.readthedocs.io/en/stable/guide/tool-debugger/
|
|
classification:
|
|
cpe: cpe:2.3:a:yii_software:yii:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 6
|
|
vendor: yii_software
|
|
product: yii
|
|
shodan-query: title:"Yii Debugger"
|
|
tags: yii,debug,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/debug/default/view.html"
|
|
- "{{BaseURL}}/debug/default/view"
|
|
- "{{BaseURL}}/frontend/web/debug/default/view"
|
|
- "{{BaseURL}}/web/debug/default/view"
|
|
- "{{BaseURL}}/sapi/debug/default/view"
|
|
- "{{BaseURL}}/debug/default"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Yii Debugger</title>"
|
|
- "Status"
|
|
- "Route"
|
|
- "Log"
|
|
- "Time"
|
|
- "Memory"
|
|
- "DB"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502204f198e8064bd7811774719a570c4d31dc7d7e559410b2949dc812b14c2da7eeb022100b87e84f3dabc68a335ac9001f9add17318c9b8e343ee4ef2f34158ca8095f21b:922c64590222798bb761d5b6d8e72950 |