nuclei-templates/exposed-panels/openvpn-connect.yaml

33 lines
714 B
YAML
Raw Normal View History

2022-10-23 04:53:57 +00:00
id: openvpn-connect
info:
name: OpenVPN Connect Panel - Detect
2022-10-23 04:53:57 +00:00
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.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
# Enhanced by md on 2022/12/02