Ethical Hacking Automation

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

Cisco Finesse Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cisco#edb
Description

What is the "Cisco Finesse Login Panel - Detect" module?

The "Cisco Finesse Login Panel - Detect" module is designed to detect the presence of the Cisco Finesse login panel. Cisco Finesse is a software application used for contact center management. This module focuses on identifying the login panel specifically.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by dhiyaneshDK.

Impact

The impact of detecting the Cisco Finesse login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insight into the presence of the login panel, which can be useful for further analysis and security assessments.

How does the module work?

The module works by sending an HTTP GET request to the "/desktop/container/landing.jsp?locale=en_US" path. It then applies two matching conditions to determine if the Cisco Finesse login panel is present:

- The first matching condition checks if the response contains the HTML title tag with the text "Sign in to Cisco Finesse". - The second matching condition verifies that the response status is 200, indicating a successful request.

If both matching conditions are met, the module reports the detection of the Cisco Finesse login panel.

For example, the module's HTTP request may look like this:

GET /desktop/container/landing.jsp?locale=en_US

The module then analyzes the response to determine if it matches the specified conditions.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/desktop/container/l...
Matching conditions
word: <title id="page_title">Sign in to Cisco ...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability