updated matcher,added metadata
parent
fc20b95c90
commit
2117f7b8b6
|
@ -1,32 +1,25 @@
|
||||||
id: esphome-panel
|
id: esphome-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: ESPHome Panel - Detect
|
name: ESPHome Panel Detect
|
||||||
author: fabaff
|
author: fabaff
|
||||||
severity: info
|
severity: info
|
||||||
description: ESPHome panel was detected.
|
metadata:
|
||||||
classification:
|
verified: true
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
shodan-query: title:"Login - ESPHome"
|
||||||
cvss-score: 0.0
|
tags: panel,esphome,iot
|
||||||
cwe-id: CWE-200
|
|
||||||
tags: tech,panel,esphome,iot
|
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}'
|
- '{{BaseURL}}/login'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<title>Dashboard - ESPHome</title>"
|
- 'class="esphome-header'
|
||||||
|
|
||||||
- type: word
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- "</esphome-main>"
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue