28 lines
523 B
YAML
28 lines
523 B
YAML
id: hue-personal-wireless-panel
|
|
|
|
info:
|
|
name: HUE Personal Wireless Lighting Panel
|
|
author: Hardik-Solanki
|
|
severity: info
|
|
metadata:
|
|
shodan-query: title:"hue personal wireless lighting"
|
|
tags: hue,iot,wireless
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'hue personal wireless lighting'
|
|
- 'Open Source'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|