Create openvpn-admin.yaml

patch-1
Ritik Chaddha 2022-10-23 10:49:24 +05:30 committed by GitHub
parent 8e89f23c2f
commit 924ac9bd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: openvpn-admin
info:
name: OpenVPN Admin Panel
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.title:"OpenVPN-Admin"
tags: openvpn,admin,config,panel
requests:
- 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