Skip to content

SoftEther VPN Panel - Detect

ID: softether-vpn-panel

Severity: info

Author: bhutch

Tags: panel,vpn,softether

SoftEther VPN panel was detected.

id: softether-vpn-panel
info:
name: SoftEther VPN Panel - Detect
author: bhutch
severity: info
description: |
SoftEther VPN panel was detected.
classification:
cpe: cpe:2.3:a:softether:vpn:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: softether
product: vpn
shodan-query: http.title:"SoftEther VPN Server"
tags: panel,vpn,softether
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SoftEther VPN Server</title>"
- type: status
status:
- 202
# digest: 4a0a00473045022100a37dcfdaa7f9e9ff100962edf2c85539e9f0ba687a2735b6972ee01c4463c9130220203786cf080a225f4563f582454726555f74214c1716c33811f129032036ac43: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/softether-vpn-panel.yaml"

View on Github