Ethical Hacking Automation

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

Plesk Onyx Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#plesk#login#edb
Description

What is the "Plesk Onyx Login Panel - Detect" module?

The "Plesk Onyx Login Panel - Detect" module is designed to detect the presence of the Plesk Onyx login panel. Plesk Onyx is a web hosting control panel that allows users to manage their websites and servers. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by dhiyaneshDK and daffainfo.

Impact

This module does not have a direct impact on the target system. It is purely a detection module and does not perform any actions beyond identifying the presence of the Plesk Onyx login panel.

How does the module work?

The "Plesk Onyx Login Panel - Detect" module works by sending a GET request to the "/login_up.php" path of the target system. It then applies two matching conditions to determine if the Plesk Onyx login panel is present:

    - The module checks the response body for the presence of the string "alt="Plesk Onyx". If this string is found, it indicates that the Plesk Onyx login panel is present. - The module also verifies that the response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the Plesk Onyx login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login_up.php
Matching conditions
word: alt="Plesk Onyxand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability