nuclei-templates/http/exposures/logs/yii-error-page.yaml

27 lines
465 B
YAML

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
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>yii\base\ErrorException</title>'
- type: status
status:
- 500