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

27 lines
438 B
YAML
Raw Normal View History

2023-01-21 23:56:28 +00:00
id: esphome-panel
info:
2023-01-23 07:50:14 +00:00
name: ESPHome Panel Detect
2023-01-21 23:56:28 +00:00
author: fabaff
severity: info
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