Home Assistant Panel
ID: home-assistant-panel
Severity: info
Author: fabaff,daffainfo,lum8rjack
Tags: panel,iot,homeassistant
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: home-assistant-panel
info: name: Home Assistant Panel author: fabaff,daffainfo,lum8rjack severity: info reference: https://www.home-assistant.io/ 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 cpe: cpe:2.3:a:home-assistant:home-assistant:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.title:"Home Assistant" product: home-assistant vendor: home-assistant tags: panel,iot,homeassistant
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - '<title>Home Assistant</title>'
- type: status status: - 200# digest: 4a0a00473045022100955832ad15c8fcd4bf65ce5dea598796c0ad442c5002eb95e5a10b47b87cfab9022007669d392271e951b7e1a5f9fed851f01c35d801248ac67b1b32119ef2a77013: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/home-assistant-panel.yaml"