2022-10-23 04:53:57 +00:00
|
|
|
id: openvpn-connect
|
|
|
|
|
|
|
|
info:
|
2022-12-02 21:24:17 +00:00
|
|
|
name: OpenVPN Connect Panel - Detect
|
2022-10-23 04:53:57 +00:00
|
|
|
author: ritikchaddha
|
|
|
|
severity: info
|
2022-12-02 21:24:17 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-10-23 04:53:57 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"openvpn connect"
|
2022-10-25 06:18:43 +00:00
|
|
|
tags: panel,openvpn,connect,vpn
|
2022-10-23 04:53:57 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
2022-12-02 21:24:17 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/02
|