Add a word matcher for WMW dashboard
parent
4e8a2acc33
commit
59498cf359
|
@ -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
|
Loading…
Reference in New Issue