Create unauth-zwave-mqtt.yaml
parent
2a44b0c721
commit
72a4f807f6
|
@ -0,0 +1,29 @@
|
|||
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"
|
||||
tags: zwave,mqtt,health
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'ZWave To MQTT'
|
||||
- 'content="Zwavejs2Mqtt"'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue