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

33 lines
734 B
YAML

id: heatmiser-wifi-thermostat
info:
name: Heatmiser Wifi Thermostat Panel - Detect
author: dhiyaneshDK
severity: info
description: Heatmiser Wifi Thermostat panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7445
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Heatmiser Wifi Thermostat"
tags: iot,edb
requests:
- method: GET
path:
- '{{BaseURL}}/index.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Heatmiser Wifi Thermostat</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/03/08