nuclei-templates/exposed-panels/openvz-web-login.yaml

33 lines
701 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/12/02