Merge pull request #7102 from projectdiscovery/yii-error-page

Create yii-error-page.yaml
patch-1
Ritik Chaddha 2023-04-21 17:59:45 +05:30 committed by GitHub
commit caf5fa83a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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