2022-10-23 04:53:57 +00:00
|
|
|
id: openvpn-connect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OpenVPN Connect Panel
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: info
|
|
|
|
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
|