Merge pull request #9671 from projectdiscovery/eyoucms-installer
Create eyoucms-installer.yamlpatch-1
commit
891f11e7c2
|
@ -0,0 +1,32 @@
|
|||
id: eyoucms-installer
|
||||
|
||||
info:
|
||||
name: EyouCMS - Installation
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
description: EyouCMS installation is exposed.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: title="eyoucms"
|
||||
tags: misconfig,eyoucms,install
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/install/index.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "EyouCms"
|
||||
- "/install/index.php?step=2"
|
||||
- "使用协议</p>"
|
||||
condition: and
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue