Skip to content

OpenVZ Web Panel Login Panel - Detect

ID: openvz-web-login

Severity: info

Author: nullfuzz

Tags: panel,openvz

OpenVZ Web Panel login panel was detected.

id: openvz-web-login
info:
name: OpenVZ Web Panel Login Panel - Detect
author: nullfuzz
severity: info
description: |
OpenVZ Web Panel login panel was detected.
reference:
- https://github.com/sibprogrammer/owp
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1898583197
tags: panel,openvz
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Login - OpenVZ Web Panel")'
condition: and
# digest: 4a0a00473045022100cafe199203ce1b525118a9ab4decc39b1eb8a788431fbd3f7d54c21b698dcd8d022060be10dfe93b263005e69bac7f9bface084aa8fa4484631df7dfe5009d9b6baf:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/openvz-web-login.yaml"

View on Github