Hue Personal Wireless Lighting - Detect
ID: hue-wireless-lighting
Severity: info
Author: ProjectDiscoveryAI
Tags: tech,hue,iot
Description
Section titled “Description”This template detects the presence of Hue Personal Wireless Lighting systems by looking for specific welcome messages in the response.
YAML Source
Section titled “YAML Source”id: hue-wireless-lighting
info: name: Hue Personal Wireless Lighting - Detect author: ProjectDiscoveryAI severity: info description: | This template detects the presence of Hue Personal Wireless Lighting systems by looking for specific welcome messages in the response. metadata: verified: true max-request: 1 shodan-query: title:"Hue Personal" tags: tech,hue,iot
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: word words: - "hue personal wireless lighting" - "Welcome to hue" condition: or# digest: 4a0a00473045022100f081916a3d720240f3af3a8dba2a91dd9a0652eca5562a9ab1e417425664f25902202cbf43fc94f53accd922b76278a2303c74a9881da5f9900b476b12bc1f57fd01:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/hue-wireless-lighting.yaml"