Skip to content

ConnectWise Server Backup Manager SE Panel - Detect

ID: connectwise-backup-manager

Severity: info

Author: prajiteshsingh

Tags: panel,connectwise,backup

ConnectWise Server Backup Manager SE login panel was detected.

id: connectwise-backup-manager
info:
name: ConnectWise Server Backup Manager SE Panel - Detect
author: prajiteshsingh
severity: info
description: ConnectWise Server Backup Manager SE login panel was detected.
reference:
- https://www.connectwise.com/company/trust/security-bulletins/r1soft-and-recover-security-bulletin
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:
verified: true
max-request: 1
shodan-query: http.component:zk http.title:"Server Backup Manager"
tags: panel,connectwise,backup
http:
- method: GET
path:
- "{{BaseURL}}/login.zul"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Server Backup Manager SE"
- type: status
status:
- 200
# digest: 4a0a00473045022100aecd8e68a9a0012393a7683f1ec41d6552740f4ae08b7ed171920e1d1ada86ff02207c164e18ea5dddb99db66177d158588e81bf81090c89e56bd77c88a64acc0f6b: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/connectwise-backup-manager.yaml"

View on Github