Merge pull request #9913 from projectdiscovery/cms-made-simple-installer

Create cms-made-simple-installer.yaml
patch-2
pussycat0x 2024-05-28 22:04:35 +05:30 committed by GitHub
commit 0bc1ca73ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: cms-made-simple-installer
info:
name: CMS Made Simple Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed CMS Made Simple Installation page.
reference:
- https://www.cmsmadesimple.org/
metadata:
verified: true
max-request: 1
shodan-query: html:"CMS Made Simple Install/Upgrade"
tags: misconfig,install,exposure,cms-made-simple
http:
- method: GET
path:
- "{{BaseURL}}/install/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CMS Made Simple Install/Upgrade"
- type: status
status:
- 200