31 lines
568 B
YAML
31 lines
568 B
YAML
id: unauth-zwave-mqtt
|
|
|
|
info:
|
|
name: Unauthenticated ZWave To MQTT Console
|
|
author: geeknik
|
|
severity: low
|
|
reference:
|
|
- https://github.com/OpenZWave/Zwave2Mqtt
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"ZWave To MQTT"
|
|
tags: misconfig,zwave,mqtt,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'ZWave To MQTT'
|
|
- 'content="Zwavejs2Mqtt"'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|