27 lines
528 B
YAML
27 lines
528 B
YAML
id: logitech-harmony-portal
|
|
|
|
info:
|
|
name: Logitech Harmony Pro Installer Portal
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Logitech Harmony Pro Installer"
|
|
tags: panel,logitech,harmony,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/portal/login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Logitech Harmony Pro Installer Portal'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|