Skip to content

Server Backup Manager SE Login Panel - Detect

ID: server-backup-login

Severity: info

Author: DhiyaneshDk,pathtaga

Tags: panel,paneil,idera,edb

Server Backup Manager SE login panel was detected.

id: server-backup-login
info:
name: Server Backup Manager SE Login Panel - Detect
author: DhiyaneshDk,pathtaga
severity: info
description: Server Backup Manager SE login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6949
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,paneil,idera,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.zul'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Idera Server Backup Manager SE </title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100ebe572454b3a9aab1c8f134dbd134e5089774b7b4ea26502975aadbaad55cf2e022100f07c6ff56aabe8a3e331fb18fab8ff13567d316fcfb34f2421885cb63bb704a9: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-login.yaml"

View on Github