Skip to content

CloudPanel Login - Detect

ID: cloudpanel-login

Severity: info

Author: DhiyaneshDk

Tags: panel,login,cloudpanel,detect,mgt-commerce

id: cloudpanel-login
info:
name: CloudPanel Login - Detect
author: DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:mgt-commerce:cloudpanel:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mgt-commerce
product: cloudpanel
shodan-query:
- http.favicon.hash:151132309
- http.title:"cloudpanel"
- http.favicon.hash:"151132309"
fofa-query:
- icon_hash="151132309"
- title="cloudpanel"
google-query: intitle:"cloudpanel"
tags: panel,login,cloudpanel,detect,mgt-commerce
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CloudPanel | Log In"
- "Forgot password"
condition: and
- type: status
status:
- 200
# digest: 490a0046304402206b14a9b8520c93d3a2797dc15c6deaa9b9fb296e28a7782392c4239f010dd61b02202c0e294f10dae7476faeea8b24a13dd05f51d3bba375489dcb39b99745a344e9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/cloudpanel-login.yaml"

View on Github