nuclei-templates/http/misconfiguration/esphome-dashboard.yaml

30 lines
646 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:
max-request: 1
2023-01-23 07:55:05 +00:00
verified: true
shodan-query: title:"Dashboard - ESPHome"
tags: misconfig,esphome,exposure,iot
http:
2023-01-23 07:55:05 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Dashboard - ESPHome'
- type: status
status:
- 200