OpenVPN Server Router Management Panel - Detect
ID: openvpn-router-management
Severity: info
Author: ritikchaddha
Tags: panel,openvpn,router
Description
Section titled “Description”OpenVPN Server Router Management Panel was detected.
YAML Source
Section titled “YAML Source”id: openvpn-router-management
info: name: OpenVPN Server Router Management Panel - Detect author: ritikchaddha severity: info description: OpenVPN Server Router Management 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:openvpn:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: openvpn product: openvpn shodan-query: - http.html:"Router Management - Server OpenVPN" - http.html:"router management - server openvpn" - http.title:"openvpn-admin" - cpe:"cpe:2.3:a:openvpn:openvpn" fofa-query: - body="router management - server openvpn" - title="openvpn-admin" google-query: intitle:"openvpn-admin" tags: panel,openvpn,router
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "Router Management - Server OpenVPN"
- type: status status: - 200# digest: 4b0a00483046022100e64bb3709e5bcdc5793ac85960c96e4b2e73a6385cf1da1ccaa07cd38786c01e022100e84f05a208fc345665173e489936b744833415b35f74d06941d9e30a4c4c8607:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/openvpn-router-management.yaml"