nuclei-templates/iot/heatmiser-wifi-thermostat.yaml

25 lines
497 B
YAML

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