Skip to content

Logitech Harmony Pro Installer Portal Login Panel - Detect

ID: logitech-harmony-portal

Severity: info

Author: ritikchaddha

Tags: panel,logitech,harmony,exposure

Logitech Harmony Pro Installer Portal login panel was detected.

id: logitech-harmony-portal
info:
name: Logitech Harmony Pro Installer Portal Login Panel - Detect
author: ritikchaddha
severity: info
description: Logitech Harmony Pro Installer Portal login 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:"Logitech Harmony Pro Installer"
tags: panel,logitech,harmony,exposure
http:
- method: GET
path:
- '{{BaseURL}}/portal/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Logitech Harmony Pro Installer Portal'
- type: status
status:
- 200
# digest: 4b0a00483046022100e4cb4bd09d339c1b0cfdafcc9258156bd6f66e1874e45df0c02ea8dffeb17690022100f2acdbd2cae56d4412aa90e17fd4b1898e67c32326465e61be020d63becddcc7: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/logitech-harmony-portal.yaml"

View on Github