34 lines
705 B
YAML
34 lines
705 B
YAML
|
id: watchguard-panel
|
||
|
|
||
|
info:
|
||
|
name: Watchguard Login Panel - Detect
|
||
|
author: ahmetpergamum
|
||
|
severity: info
|
||
|
description: Watchguard login panel was detected.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/ghdb/7008
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||
|
cvss-score: 0.0
|
||
|
cwe-id: CWE-200
|
||
|
tags: watchguard,edb,panel
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/sslvpn_logon.shtml'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>User Authentication'
|
||
|
- 'WatchGuard Technologies'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by md on 2023/01/25
|