Skip to content

Server Backup Manager SE Panel - Detect

ID: server-backup-manager-se

Severity: info

Author: dhiyaneshDK

Tags: panel,server,backup,manager

Server Backup Manager SE login panel was detected.

id: server-backup-manager-se
info:
name: Server Backup Manager SE Panel - Detect
author: dhiyaneshDK
severity: info
description: Server Backup Manager SE 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
metadata:
max-request: 1
shodan-query: http.title:"Server Backup Manager SE"
tags: panel,server,backup,manager
http:
- method: GET
path:
- '{{BaseURL}}/login.zul'
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "<title>.*(Server Backup Manager SE).*</title>"
- type: status
status:
- 200
# digest: 490a004630440220107ee1c54c4025cdbfc919e52f6f542e22f5579a648387228533521ee40f85d4022038609ff8e03c552f9300dade84d092d70ce0004f4d6f66e884439850161aa949: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/server-backup-manager-se.yaml"

View on Github