Skip to content

Loxone WebInterface Panel - Detect

ID: loxone-web-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,login,loxone,detect

id: loxone-web-panel
info:
name: Loxone WebInterface Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: html:"<title>Webinterface</title>"
tags: panel,login,loxone,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Webinterface</title>'
- 'loxone'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100b229224c001f78439939ad21ebaceab6de08770d9c0f77a920b88da6e1ec595002210082c51d68aed405a21995f843d0c8564bd592e056c6eabd3b2307ee3998628af0: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-web-panel.yaml"

View on Github