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

31 lines
579 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:
2023-03-08 18:50:32 +00:00
name: WMW Enterprise Login - Detect
2023-03-06 16:06:58 +00:00
author: Matt Galligan
severity: info
description: |
2023-03-08 18:50:32 +00:00
WMW Enterprise is an IoT Device management app.
reference:
- https://www.wmw-hub.com/
metadata:
verified: true
tags: panel,wmw,detect
2023-03-06 16:06:58 +00:00
requests:
- 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