Ethical Hacking Automation

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

Cisco Integrated Management Controller Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cisco#edb
Description

What is the "Cisco Integrated Management Controller Login Panel - Detect?"

The "Cisco Integrated Management Controller Login Panel - Detect" module is designed to detect the presence of the Cisco Integrated Management Controller login panel. This module targets the Cisco Integrated Management Controller software, which is used for managing Cisco servers and network devices. The severity of this module is classified as informative, meaning it provides information about the presence of the login panel but does not indicate any specific vulnerabilities or misconfigurations. The original author of this module is dhiyaneshDK.

Impact

This module does not directly impact the security of the system. It simply detects the presence of the Cisco Integrated Management Controller login panel, providing information about its existence.

How does the module work?

The 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 Cisco Integrated Management Controller login panel is present:

    - The module checks if the response contains the HTML title tag "<title>Cisco Integrated Management Controller Login</title>". - The module checks if the response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the Cisco Integrated Management Controller login panel.

For more information, you can refer to the Exploit Database.

Metadata: max-request: 1

Module preview

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