41 lines
993 B
YAML
41 lines
993 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.title:"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: 490a0046304402201da58e4e73c2a8138442923f238bedca86d2b5fddd8608321fdca23ae7bbc7a702202bfd412af26ba4330d88edb341a07a7cb93d4328509011e6ca5e86349c936f86:922c64590222798bb761d5b6d8e72950
|