38 lines
700 B
YAML
38 lines
700 B
YAML
|
id: yzmcms-installer
|
||
|
|
||
|
info:
|
||
|
name: YzmCMS - Installer
|
||
|
author: ritikchaddha
|
||
|
severity: high
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"YzmCMS"
|
||
|
fofa-query: title="YzmCMS"
|
||
|
tags: misconfig,yzmcms,install,exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/application/install/index.php'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '安装程序 - YzmCMS'
|
||
|
- 'YzmCMS'
|
||
|
condition: or
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '/index.php?step=2'
|
||
|
- '/install.css'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|