Create yii-error-page.yaml

patch-1
Dhiyaneshwaran 2023-04-21 11:14:27 +05:30 committed by GitHub
parent 9773d2dba3
commit 2a97db1b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: yii-error-page
info:
name: Yii Error Page
author: DhiyaneshDk
severity: low
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: word
part: header
words:
- text/html
- type: status
status:
- 500