Skip to content

Loxone Intercom Video Panel - Detect

ID: loxone-panel

Severity: info

Author: theabhinavgaur

Tags: panel,loxone

Loxone Intercom Video panel was detected.

id: loxone-panel
info:
name: Loxone Intercom Video Panel - Detect
author: theabhinavgaur
severity: info
description: Loxone Intercom Video panel was detected.
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:
verified: true
max-request: 1
shodan-query: http.title:"Loxone Intercom Video"
tags: panel,loxone
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Loxone Intercom Video</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502204282081a974d45667099432a071a6c87486e332c124ddee3ac4e1f9bee75ae920221008ca761073512f7f1c3b09c81918b0fa838db7e6ccb82a4cff72b5fbe78460ace: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/loxone-panel.yaml"

View on Github