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

34 lines
639 B
YAML
Raw Normal View History

2023-01-24 11:02:05 +00:00
id: mystrom-panel
info:
2023-01-27 09:26:27 +00:00
name: MyStrom Panel - Detect
2023-01-24 11:02:05 +00:00
author: fabaff
severity: info
description: Mystrom 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-24 11:02:05 +00:00
metadata:
2023-01-26 18:14:44 +00:00
verified: "true"
2023-01-24 11:02:05 +00:00
shodan-query: title:"myStrom"
2023-01-27 09:26:27 +00:00
tags: panel,mystrom,iot
2023-01-24 11:02:05 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/index.html#en'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-26 18:16:57 +00:00
- '<title>myStrom</title>'
2023-01-24 11:02:05 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29