nuclei-templates/exposed-panels/mcloud-panel.yaml

27 lines
470 B
YAML

id: mcloud-panel
info:
name: MCloud Panel Exposure
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: http.title:"mcloud-installer-web"
tags: panel,mcloud,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/clusterList'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>mcloud-installer-web'
- type: status
status:
- 200