Ethical Hacking Automation

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

Iomega LenovoEMC NAS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "Iomega LenovoEMC NAS Login Panel - Detect?"

The "Iomega LenovoEMC NAS Login Panel - Detect" module is designed to detect the presence of the Iomega LenovoEMC NAS login panel. This module focuses on identifying potential misconfigurations or vulnerabilities in the login panel. The severity of this module is classified as informative, meaning it provides valuable information without posing an immediate threat. The original author of this module is e_schultze_.

Impact

This module does not directly impact the system or network being scanned. Instead, it provides information about the presence of the Iomega LenovoEMC NAS login panel, allowing users to assess the security posture of their system and take appropriate actions to mitigate any potential risks.

How does the module work?

The "Iomega LenovoEMC NAS Login Panel - Detect" module operates by sending a specific HTTP request to the target system. It then applies a set of matching conditions to determine if the login panel is present and potentially misconfigured or vulnerable.

One example of an HTTP request used by this module is:

GET /cp/Shares?user=&protocol=webaccess&v=2.3

The module applies the following matching conditions:

- The HTTP response status must be 200. - The response body must contain either the phrase "\"access\":\"read\"" or "\"access\":\"readwrite\"". - The response header must include the word "iomega".

If all of these conditions are met, the module will report the detection of the Iomega LenovoEMC NAS login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/cp/Shares?user=&pro...
Matching conditions
status: 200and
word: "access":"read", "access":"readwrite"and
word: iomega
Passive global matcher
No matching conditions.
On match action
Report vulnerability