Skip to content

MyStrom Panel - Detect

ID: mystrom-panel

Severity: info

Author: fabaff

Tags: panel,mystrom,iot

Mystrom panel was detected.

id: mystrom-panel
info:
name: MyStrom Panel - Detect
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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"myStrom"
tags: panel,mystrom,iot
http:
- method: GET
path:
- '{{BaseURL}}/index.html#en'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>myStrom</title>'
- type: status
status:
- 200
# digest: 490a00463044022022e924aa44d493a28700d58498adf9d0805c9602d850954bfb282598f125353002207cc3d432a3dd9d0af640f3132670d02e51758023ad2d54d4c5bec0f6c4b5c847:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mystrom-panel.yaml"

View on Github