Merge pull request #9671 from projectdiscovery/eyoucms-installer

Create eyoucms-installer.yaml
patch-1
Dhiyaneshwaran 2024-05-01 11:21:10 +05:30 committed by GitHub
commit 891f11e7c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

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