Skip to content

Homebridge Panel - Detect

ID: homebridge-panel

Severity: info

Author: rxerium

Tags: panel,homebridge,detect

Homebridge allows you to integrate with smart home devices that do not natively support HomeKit.

id: homebridge-panel
info:
name: Homebridge Panel - Detect
author: rxerium
severity: info
description: |
Homebridge allows you to integrate with smart home devices that do not natively support HomeKit.
reference:
- https://homebridge.io/
- https://github.com/homebridge
metadata:
verified: true
max-request: 1
shodan-query: title:"Homebridge"
tags: panel,homebridge,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Homebridge</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100a0187bf2678b71e382b6721e44d06529d9d6344bc47bac5b2f7032d53cf3e914022100820db12d65514361a00ed6a62d5f5d5ff3b0ee6e9fabc143f169a0f45b39b276: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/homebridge-panel.yaml"

View on Github