46 lines
1.2 KiB
YAML
46 lines
1.2 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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 6
|
|
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: 4a0a00473045022045e18422d1a7a5c2fba88c671860be9cdaaa1d7f51b85ca7d992891fc347cdaf02210081e5c948bfe391b0bcdbe2f935dc2c387bce5f6b0691962f3782af0c72621d2b:922c64590222798bb761d5b6d8e72950 |