commit
caf5fa83a4
|
@ -0,0 +1,26 @@
|
|||
id: yii-error-page
|
||||
|
||||
info:
|
||||
name: Yii Error Page - Detct
|
||||
author: DhiyaneshDk
|
||||
severity: unknown
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: html:"yii\base\ErrorException"
|
||||
tags: exposure,yii,logs
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>yii\base\ErrorException</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 500
|
Loading…
Reference in New Issue