Cyberpanel Login Panel - Detect
ID: cyberpanel-panel
Severity: info
Author: mailler
Tags: cyberpanel,panel,login,detect
Description
Section titled “Description”Cyberpanel login panel was detected.
YAML Source
Section titled “YAML Source”id: cyberpanel-panel
info: name: Cyberpanel Login Panel - Detect author: mailler severity: info description: | Cyberpanel login panel was detected. reference: - https://cyberpanel.net/KnowledgeBase/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: html:"cyberpanel" fofa-query: app="Cyberpanel" product: cyberpanel tags: cyberpanel,panel,login,detect
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: regex part: body regex: - "<title>(.*)CyberPanel(.*)</title>"
- type: status status: - 200# digest: 490a0046304402203c555aeec102d47314b2005bf8514f052b81fd6fbe75103ad4965d4393dfd0fe02206652cbe6c73a8d8d9a0c9a3e4fcc0f5ebd5077f930c25142c9184c62e6048d02:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/cyberpanel-panel.yaml"