diff --git a/exposed-panels/mcloud-panel.yaml b/exposed-panels/mcloud-panel.yaml new file mode 100644 index 0000000000..41c28dc8c3 --- /dev/null +++ b/exposed-panels/mcloud-panel.yaml @@ -0,0 +1,26 @@ +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: + - 'mcloud-installer-web' + + - type: status + status: + - 200