nuclei-templates/exposed-panels/esphome-panel.yaml

34 lines
648 B
YAML
Raw Normal View History

2023-01-21 23:56:28 +00:00
id: esphome-panel
info:
name: ESPHome Login Panel - Detect
2023-01-21 23:56:28 +00:00
author: fabaff
severity: info
description: ESPHome login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-23 07:50:14 +00:00
metadata:
verified: true
shodan-query: title:"Login - ESPHome"
tags: panel,esphome,iot
2023-01-21 23:56:28 +00:00
requests:
- method: GET
path:
2023-01-23 07:50:14 +00:00
- '{{BaseURL}}/login'
2023-01-21 23:56:28 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-23 07:50:14 +00:00
- 'class="esphome-header'
2023-01-21 23:56:28 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/24