nuclei-templates/misconfiguration/unauth-zwave-mqtt.yaml

30 lines
555 B
YAML
Raw Normal View History

2022-12-14 10:25:48 +00:00
id: unauth-zwave-mqtt
info:
name: Unauthenticated ZWave To MQTT Console
author: geeknik
severity: low
reference:
- https://github.com/OpenZWave/Zwave2Mqtt
metadata:
verified: "true"
shodan-query: title:"ZWave To MQTT"
2022-12-16 02:35:18 +00:00
tags: misconfig,zwave,mqtt,unauth
2022-12-14 10:25:48 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'ZWave To MQTT'
- 'content="Zwavejs2Mqtt"'
condition: and
- type: status
status:
- 200