nuclei-templates/http/exposed-panels/veeam-panel.yaml

39 lines
732 B
YAML

id: veeam-panel
info:
name: Veeam Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Veeam login panel was detected.
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:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-633512412
tags: panel,veeam
http:
- method: GET
path:
- "{{BaseURL}}/login.aspx"
matchers-condition: and
matchers:
- type: word
words:
- "Login - Veeam ONE Reporter"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2023/01/20