27 lines
443 B
YAML
27 lines
443 B
YAML
id: mystrom-panel
|
|
|
|
info:
|
|
name: MyStrom Panel - Detect
|
|
author: fabaff
|
|
severity: info
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: title:"myStrom"
|
|
tags: panel,mystrom,iot
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.html#en'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>myStrom</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|