26 lines
501 B
YAML
26 lines
501 B
YAML
id: heatmiser-wifi-thermostat
|
|
|
|
info:
|
|
name: Heatmiser Wifi Thermostat
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7445
|
|
metadata:
|
|
shodan-query: http.title:"Heatmiser Wifi Thermostat"
|
|
tags: iot
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.htm'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Heatmiser Wifi Thermostat</title>'
|
|
- type: status
|
|
status:
|
|
- 200
|