Create yii-debugger.yaml

patch-1
Geeknik Labs 2021-04-07 17:39:24 +00:00 committed by GitHub
parent e2ae9342ee
commit 3e1e41d6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: yii-debugger
info:
name: View Yii Debugger Information
author: geeknik
severity: info
requests:
- 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"
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Yii Debugger</title>"
- "Status"
- "Route"
- "Log"
- "Time"
- "Memory"
- "DB"
condition: and