36 lines
895 B
YAML
36 lines
895 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 490a00463044022009a241e4a95e11fe75365860186962519d550132328449d3632bb456f92f3dd80220368bc362974838761010937375caa16d07beff5c436e4a583dc50fe665eba5b5:922c64590222798bb761d5b6d8e72950
|