Skip to content

CMS Made Simple Installation Page - Exposure

ID: cms-made-simple-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,cms-made-simple

Detects exposed CMS Made Simple Installation page.

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
# digest: 4a0a00473045022100d560b8b4aa1c98b0901df12377475df46ca5473ecb9ef464826c18314d5854c4022007dfba3e6b2a7c4f59f75a9ff40b64eefe4a12796be1a3108991b2478782b84b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/cms-made-simple-installer.yaml"

View on Github