32 lines
695 B
YAML
32 lines
695 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"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
|