Skip to content

Veeam Backup Enterprise Manager Login - Detect

ID: veeam-backup-manager-login

Severity: info

Author: Charles D

Tags: veeam,panel,enterprise-manager,login,detect

Veeam Backup Enterprise Manager Login

id: veeam-backup-manager-login
info:
name: Veeam Backup Enterprise Manager Login - Detect
author: Charles D
severity: info
description: |
Veeam Backup Enterprise Manager Login
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cve-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: title:"veeam backup enterprise manager"
tags: veeam,panel,enterprise-manager,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Veeam Backup Enterprise Manager : Login"
- type: status
status:
- 200
# digest: 4b0a00483046022100bc8619d5aa84178bd90710fe65c9f2338905865225db17a8af3a9687a53288f2022100bcc689b1fbc03d8719db1f469e20b285678da385016ce7413adf22bc28e9ee84: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/veeam-backup-manager-login.yaml"

View on Github