Skip to content

SonicWall Virtual Office SSL VPN Login Panel - Detect

ID: sonicwall-sslvpn-panel

Severity: info

Author: PR3R00T,johnk3r

Tags: panel,sonicwall

SonicWall Virtual Office SSL VPN login panel was detected.

id: sonicwall-sslvpn-panel
info:
name: SonicWall Virtual Office SSL VPN Login Panel - Detect
author: PR3R00T,johnk3r
severity: info
description: SonicWall Virtual Office SSL VPN login panel was detected.
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:o:sonicwall:sonicos:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: sonicwall
product: sonicos
google-query: inurl:"auth.html" intitle:"sonicwall"
tags: panel,sonicwall
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/welcome"
matchers-condition: or
matchers:
- type: word
words:
- "<title>Virtual Office</title>"
- type: word
part: header
words:
- "SonicWALL SSLVPN Web Server"
- "SonicWALL SSL-VPN Web Server"
condition: or
# digest: 4b0a0048304602210096c2ae2377ffc3bcd2dc36ac3d5fd81c8151508f5ebcc032fd978c2625650b01022100c009b2017e5835900e62b1f1b3a58388a23ebd56dbc691d65e1610c59f403a71: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/sonicwall-sslvpn-panel.yaml"

View on Github