Skip to content

Watchguard Login Panel - Detect

ID: watchguard-panel

Severity: info

Author: ahmetpergamum

Tags: watchguard,edb,panel

Watchguard login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:h:watchguard:firebox_t15:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: watchguard
product: firebox_t15
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: 4b0a00483046022100ab926697d5bb9b394c702ed22664d43813fb360e8aca298e7778ccae68e5c1c5022100dc515c2496f9cdc2c3a96e9f8dfd56df2658126995b71fad2f3efe8f732fd320:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/watchguard-panel.yaml"

View on Github