Merge pull request #5175 from nullfuzz-pentest/openvz-panel

added template openvz-panel
patch-1
Prince Chaddha 2022-08-23 14:41:14 +05:30 committed by GitHub
commit d000d7cffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: openvz-web-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:
verified: true
shodan-query: http.favicon.hash:-1898583197
tags: panel,openvz
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Login - OpenVZ Web Panel")'
condition: and