Ethical Hacking Automation

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

ICC PRO Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#icc-pro#edb
Description

What is the "ICC PRO Login Panel - Detect?"

The "ICC PRO Login Panel - Detect" module is designed to detect the presence of the ICC PRO login panel. ICC PRO is a software system that requires user authentication to access its features. 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 about the presence of the login panel but does not indicate an immediate security risk.

This module was authored by DhiyaneshDk.

Impact

The impact of detecting the ICC PRO login panel is primarily informational. It helps users and administrators identify the presence of the login panel and assess the security posture of the system. However, the module itself does not directly exploit or mitigate any vulnerabilities.

How does the module work?

The "ICC PRO Login Panel - Detect" module operates by sending an HTTP GET request to the "/Account/Login" path of the target system. It then applies a series of matching conditions to determine if the login panel is present.

The matching conditions include:

- Checking if the response body contains the HTML title tag "<title>Login to ICC PRO system</title>". - Verifying that the response header includes the content type "text/html". - Ensuring that the HTTP response status code is 200 (OK).

If all of these conditions are met, the module considers the ICC PRO login panel to be detected.

It's important to note that this module does not perform any active exploitation or vulnerability scanning. It simply provides information about the presence of the login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/Account/Login
Matching conditions
word: <title>Login to ICC PRO system</title>and
word: text/htmland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability