Merge pull request #5860 from projectdiscovery/mcloud-installer
Create mcloud-installer.yamlpatch-1
commit
ae1c0aedc2
|
@ -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
|
Loading…
Reference in New Issue