Ethical Hacking Automation

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

Tuxedo Connected Controller Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tuxedo#edb
Description

What is the "Tuxedo Connected Controller Login Panel - Detect?"

The "Tuxedo Connected Controller Login Panel - Detect" module is designed to detect the presence of the Tuxedo Connected Controller login panel. This module targets the Tuxedo Connected Controller software and aims to identify any misconfigurations or vulnerabilities associated with the login panel. The severity of this module is informative, meaning it provides valuable information without posing an immediate threat. This module was created by an undisclosed author.

Impact

This module does not have a direct impact on the target system. Instead, it provides information about the presence and configuration of the Tuxedo Connected Controller login panel. The results of this module can help administrators assess the security posture of their Tuxedo Connected Controller installation and take appropriate actions to mitigate any identified risks.

How the module works?

The "Tuxedo Connected Controller Login Panel - Detect" module works by sending an HTTP GET request to the "/login.html" path of the target system. It then applies two matching conditions to determine if the login panel is present and functioning correctly.

The first matching condition checks if the response body contains the HTML title tag "". This indicates the presence of the Tuxedo Connected Controller login panel.

The second matching condition verifies that the HTTP response status code is 200, indicating a successful request. This ensures that the login panel is accessible and functioning properly.

By combining these matching conditions, the module can accurately detect the presence of the Tuxedo Connected Controller login panel on the target system.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.html
Matching conditions
word: <title>Tuxedo Connected Controller</titl...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability