Add a word matcher for WMW dashboard

patch-1
Yablargo 2023-03-06 11:06:58 -05:00 committed by GitHub
parent 4e8a2acc33
commit 59498cf359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
technologies/wmw-hub.yaml Normal file
View File

@ -0,0 +1,27 @@
id: wmw-hub
info:
name: Exposed WMW Hub - Detect
author: Matt Galligan
severity: info
description: |
WMW Hub is an IoT Device management app
tags: exposure,wmw-hub
requests:
- method: GET
path:
- "{{BaseURL}}/en/login"
- "{{BaseURL}}"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to the WMW dashboard"
case-insensitive: true
- type: status
status:
- 200