Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

ConnectWise Server Backup Manager SE Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#connectwise#backup
Description

What is the "ConnectWise Server Backup Manager SE Panel - Detect" module?

The "ConnectWise Server Backup Manager SE Panel - Detect" module is designed to detect the presence of the ConnectWise Server Backup Manager SE login panel. ConnectWise Server Backup Manager SE is a software used for server backup management. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel.

The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate security risk.

This module was authored by prajiteshsingh.

Impact

This module does not directly impact the system or software being scanned. Instead, it provides information about the presence of the ConnectWise Server Backup Manager SE login panel, which can help identify potential security risks or misconfigurations.

How does the module work?

The module works by sending an HTTP GET request to the "/login.zul" path of the target system. It then applies matching conditions to determine if the response contains the phrase "Server Backup Manager SE" in the body and if the response status is 200 (OK).

Example HTTP request:

GET /login.zul

The module uses the following matching conditions:

- The response body must contain the phrase "Server Backup Manager SE". - The response status must be 200 (OK).

If both conditions are met, the module will report the detection of the ConnectWise Server Backup Manager SE login panel.

For more information, you can refer to the ConnectWise security bulletin.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.zul
Matching conditions
word: Server Backup Manager SEand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability