Veeam Login Panel - Detect
ID: veeam-panel
Severity: info
Author: DhiyaneshDK
Tags: panel,veeam
Description
Section titled “Description”Veeam login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:veeam:one_reporter:*:*:*:*:*:*:*:* metadata: max-request: 1 product: one_reporter shodan-query: http.favicon.hash:-633512412 vendor: veeam verified: true 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# digest: 4a0a004730450220179ca959b02a7c62af4ed47b5a91f1f2db108a52974ca4a70d920feab1ce58ec022100cb9183ae1a7d91eeac73020efee7daff5bc96271e1628265cf7465dae3d6a683:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/veeam-panel.yaml"