Skip to content

OpenVPN Connect Panel - Detect

ID: openvpn-connect

Severity: info

Author: ritikchaddha

Tags: panel,openvpn,connect,vpn

OpenVPN Connect panel was detected.

id: openvpn-connect
info:
name: OpenVPN Connect Panel - Detect
author: ritikchaddha
severity: info
description: OpenVPN Connect 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:a:openvpn:connect:*:*:*:*:macos:*:*:*
metadata:
verified: true
max-request: 1
vendor: openvpn
product: connect
shodan-query: http.title:"openvpn connect"
fofa-query: title="openvpn connect"
google-query: intitle:"openvpn connect"
tags: panel,openvpn,connect,vpn
http:
- method: GET
path:
- '{{BaseURL}}/?src=connect'
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'content="OpenVPN Connect'
- '<title>OpenVPN Connect</title>'
condition: or
# digest: 4b0a00483046022100b6bc8db2b9794bb8c967770fa1c2c1d2c7cb4ebf68f619c5f5ecde6aa9c431da022100a28d20efcc98172310bd9b521a0f20c22f7f2f981d7c1a5f3a5198e45c1f28a9: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/openvpn-connect.yaml"

View on Github