Skip to content

mCloud Panel - Installer

ID: mcloud-installer

Severity: critical

Author: ritikchaddha

Tags: panel,mcloud,exposure,misconfig

mCloud installer was detected.

id: mcloud-installer
info:
name: mCloud Panel - Installer
author: ritikchaddha
severity: critical
description: mCloud installer was detected.
reference:
- https://mcloudcorp.com/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
cvss-score: 9.4
cwe-id: CWE-284
metadata:
verified: true
max-request: 1
shodan-query: http.title:"mcloud-installer-web"
tags: panel,mcloud,exposure,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/clusterList'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>mcloud-installer-web'
- type: status
status:
- 200
# digest: 4a0a0047304502201aa3396b333039128703475d2ec0021b01f131788bb6d9cfb2c0726dfa032180022100c8ca35525aca58a3fa31070c2469111f9a6c9d73d3d93e7bdb660e8aed6861cc: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/mcloud-installer.yaml"

View on Github