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

37 lines
739 B
YAML
Raw Normal View History

2023-01-27 14:57:27 +00:00
id: mcloud-installer
2022-10-26 20:53:35 +00:00
info:
2023-01-27 14:57:27 +00:00
name: mCloud Panel - Installer
2022-10-26 20:53:35 +00:00
author: ritikchaddha
2023-01-27 14:57:27 +00:00
severity: critical
description: mCloud installer was detected.
classification:
2023-01-27 14:57:27 +00:00
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/
2022-10-26 20:53:35 +00:00
metadata:
max-request: 1
2022-10-26 20:53:35 +00:00
verified: true
shodan-query: http.title:"mcloud-installer-web"
tags: panel,mcloud,misconfig
2022-10-26 20:53:35 +00:00
http:
2022-10-26 20:53:35 +00:00
- 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