Skip to content

WMW Enterprise Login Panel - Detect

ID: wmw-enterprise-panel

Severity: info

Author: Matt Galligan

Tags: panel,wmw,detect

WMW Enterprise login panel was detected.

id: wmw-enterprise-panel
info:
name: WMW Enterprise Login Panel - Detect
author: Matt Galligan
severity: info
description: |
WMW Enterprise login panel was detected.
reference:
- https://www.wmw-hub.com/
classification:
cvss-metrics: CVSS:3.1/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
tags: panel,wmw,detect
http:
- method: GET
path:
- "{{BaseURL}}/en/login"
matchers-condition: and
matchers:
- type: word
words:
- "WMW Enterprise login"
- "Welcome to the WMW dashboard"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100ce6a255be6a49571501c9a224312cf8edf48a2222d8c539c0e629bd48dc067ae022100ec131365a7b7fd9e7d8b95813d0cf4fd9e60299b348a3845f0db98c214879417: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/wmw-enterprise-panel.yaml"

View on Github