nuclei-templates/http/exposed-panels/wmw-enterprise-panel.yaml

38 lines
746 B
YAML
Raw Normal View History

2023-03-08 10:56:21 +00:00
id: wmw-enterprise-panel
2023-03-06 16:06:58 +00:00
info:
name: WMW Enterprise Login Panel - Detect
2023-03-06 16:06:58 +00:00
author: Matt Galligan
severity: info
description: |
WMW Enterprise login panel was detected.
2023-03-08 18:50:32 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2023-03-08 18:50:32 +00:00
metadata:
max-request: 1
2023-03-08 18:50:32 +00:00
verified: true
tags: panel,wmw,detect
2023-03-06 16:06:58 +00:00
http:
2023-03-06 16:06:58 +00:00
- method: GET
path:
- "{{BaseURL}}/en/login"
matchers-condition: and
matchers:
- type: word
words:
2023-03-08 10:56:21 +00:00
- "WMW Enterprise login"
2023-03-08 18:50:32 +00:00
- "Welcome to the WMW dashboard"
condition: or
2023-03-06 16:06:58 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/03/29