nuclei-templates/http/misconfiguration/installer/mcloud-installer.yaml

37 lines
738 B
YAML

id: mcloud-installer
info:
name: mCloud Panel - Installer
author: ritikchaddha
severity: critical
description: mCloud installer was detected.
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
reference:
- https://mcloudcorp.com/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"mcloud-installer-web"
tags: panel,mcloud,exposure
http:
- method: GET
path:
- '{{BaseURL}}/clusterList'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>mcloud-installer-web'
- type: status
status:
- 200
# Enhanced by md on 2022/11/28