nuclei-templates/misconfiguration/esphome-dashboard.yaml

29 lines
631 B
YAML
Raw Normal View History

2023-01-23 07:55:05 +00:00
id: esphome-dashboard
info:
name: ESPHome Dashboard Exposure
author: ritikchaddha
severity: medium
2023-01-23 08:00:27 +00:00
description: |
ESPHome Dashboard exposes the secrets like wifi password,api keys and internal logs, it also allows users to make changes through the dashboard.
2023-01-23 07:55:05 +00:00
metadata:
verified: true
shodan-query: title:"Dashboard - ESPHome"
tags: misconfig,esphome,exposure,iot
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Dashboard - ESPHome'
- type: status
status:
- 200