Skip to content

Somfy Login Panel - Detect

ID: somfy-login

Severity: info

Author: DhiyaneshDK

Tags: panel,login

Somfy login panel was detected.

id: somfy-login
info:
name: Somfy Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Somfy login 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:
max-request: 1
tags: panel,login
http:
- method: GET
path:
- '{{BaseURL}}/m_login.htm'
matchers-condition: and
matchers:
- type: word
words:
- Home motion by Somfy
- type: status
status:
- 200
# digest: 4a0a004730450220424d1a786225c31720e76550e870f5ed9533126ca303a97dafa596850ceb3ee7022100a7ad1a20e263ea964bbcedbc4e2bce976820c8f51e7901a8d4ff03999633746f: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/somfy-login.yaml"

View on Github