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

28 lines
482 B
YAML
Raw Normal View History

2023-04-21 05:44:27 +00:00
id: yii-error-page
info:
2023-04-21 12:26:29 +00:00
name: Yii Error Page - Detct
2023-04-21 05:44:27 +00:00
author: DhiyaneshDk
2023-04-21 12:26:29 +00:00
severity: unknown
2023-04-21 05:44:27 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-04-21 05:44:27 +00:00
shodan-query: html:"yii\base\ErrorException"
tags: exposure,yii,logs
http:
2023-04-21 05:44:27 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>yii\base\ErrorException</title>'
- type: status
status:
- 500