OpenVPN Admin Login Panel - Detect
ID: openvpn-admin
Severity: info
Author: ritikchaddha
Tags: panel,openvpn,admin,config
Description
Section titled “Description”OpenVPN Admin login panel was detected.
YAML Source
Section titled “YAML Source”id: openvpn-admin
info: name: OpenVPN Admin Login Panel - Detect author: ritikchaddha severity: info description: OpenVPN Admin login 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: 3 vendor: openvpn product: openvpn shodan-query: - http.title:"OpenVPN-Admin" - 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,admin,config
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/login' - '{{BaseURL}}/index.php'
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - '<title>OpenVPN-Admin' - '<title>OpenVPN Admin' condition: or
- type: status status: - 200# digest: 4b0a00483046022100dd27334af817bf748904394aa0aa76ef4bbebfe3718328dedad2717e2c2810c7022100e55b12abf424ec394d3a202801874159284e861441d16d8503cffea256013227: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-admin.yaml"