30 lines
566 B
YAML
30 lines
566 B
YAML
|
id: homeworks-illumination
|
||
|
|
||
|
info:
|
||
|
name: HomeWorks Illumination Web Keypad
|
||
|
author: geeknik
|
||
|
severity: low
|
||
|
reference:
|
||
|
- https://www.lutron.com
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:"HomeWorks Illumination Web Keypad"
|
||
|
tags: misconfig,iot,homeworks
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "HomeWorks Illumination Web Keypad"
|
||
|
- "Lutron HomeWorks"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|