Merge pull request #5860 from projectdiscovery/mcloud-installer

Create mcloud-installer.yaml
patch-1
Prince Chaddha 2022-10-28 10:47:21 +05:30 committed by GitHub
commit ae1c0aedc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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:
- '<title>mcloud-installer-web'
- type: status
status:
- 200