35 lines
752 B
YAML
35 lines
752 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.html:"Router Management - Server OpenVPN"
|
|
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
|
|
|
|
# Enhanced by md on 2022/12/02
|