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

28 lines
482 B
YAML

id: yii-error-page
info:
name: Yii Error Page - Detct
author: DhiyaneshDk
severity: unknown
metadata:
max-request: 1
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