Hestia Control Panel Login - Detect
ID: hestia-panel
Severity: info
Author: JustaAcat
Tags: panel,hestia,detect,hestiacp
Description
Section titled “Description”Hestia Control Panel login was detected.
YAML Source
Section titled “YAML Source”id: hestia-panel
info: name: Hestia Control Panel Login - Detect author: JustaAcat severity: info description: Hestia Control Panel login was detected. reference: - https://hestiacp.com/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:hestiacp:control_panel:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: hestiacp product: control_panel shodan-query: - title:"Hestia Control Panel" - http.favicon.hash:-476299640 - http.title:"hestia control panel" fofa-query: - icon_hash=-476299640 - title="hestia control panel" google-query: intitle:"hestia control panel" tags: panel,hestia,detect,hestiacp
http: - method: GET path: - '{{BaseURL}}/login/'
matchers-condition: and matchers: - type: word part: body words: - "Hestia Control Panel" - "Welcome to Hestia Control" condition: or
- type: status status: - 200# digest: 4a0a0047304502204fdfe80ac30b44996bb4ba4a80fcc13889d6073c7ca0b705b02627bf1b684f0102210081403e9be16ed1d9b7a65d66fe208ad1db0471bd2fb9e83989f2e8703a8b2a07: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/hestia-panel.yaml"