added template openvz-panel

patch-1
nullfuzz 2022-08-21 13:35:12 -03:00
parent e079dc606d
commit 78ab59f3b7
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: openvz-panel-login
info:
name: openvz Web Panel Login
author: nullfuzz
severity: info
description: |
OpenVZ Web Panel is a GUI web-based frontend for controlling of the physical and virtual servers with the OpenVZ virtualization technology.
reference:
- https://github.com/sibprogrammer/owp
metadata:
shodan-query: http.title:"OpenVZ Web Panel", http.favicon.hash:-1898583197
tags: panel,openvz
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "<title>Login - OpenVZ Web Panel ")'
condition: and