Ethical Hacking Automation

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

Honeywell Excel Web Control Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#honeywell#edb
Description

What is the "Honeywell Excel Web Control Login Panel - Detect?"

The "Honeywell Excel Web Control Login Panel - Detect" module is designed to detect the presence of the Honeywell Excel Web Control login panel. This module focuses on identifying potential misconfigurations or vulnerabilities in the login panel. The severity of the detected issues is classified as informative, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by dhiyaneshDK.

Impact

The impact of the Honeywell Excel Web Control login panel detection module is primarily informational. It helps security professionals and administrators identify the presence of the login panel and assess any potential risks or vulnerabilities associated with it. By detecting misconfigurations or vulnerabilities, appropriate actions can be taken to mitigate potential security risks.

How does the module work?

The module works by sending an HTTP GET request to the "/standard/default.php" path of the target system. It then applies two matching conditions to determine if the Honeywell Excel Web Control login panel is present:

    - The module checks if the response body contains the HTML title tag "<title>Honeywell XL Web Controller</title>". - The module verifies that the HTTP response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the Honeywell Excel Web Control login panel.

For more information, you can refer to the exploit-db.com reference.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/standard/default.ph...
Matching conditions
word: <title>Honeywell XL Web Controller</titl...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability