Ethical Hacking Automation

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

Pure Storage Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#purestorage
Description

What is the "Pure Storage Login Panel - Detect?"

The "Pure Storage Login Panel - Detect" module is designed to detect the presence of the Pure Storage login panel. Pure Storage is a software solution that provides storage solutions for businesses. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, 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 Pure Storage 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 assessment of the Pure Storage environment.

How does the module work?

The "Pure Storage Login Panel - Detect" module operates by sending HTTP requests and applying matching conditions to identify the login panel. It uses the following matching conditions:

- Matcher 1: It checks if the HTML title tag contains the text "Pure Storage Login". - Matcher 2: It verifies that the HTTP response status is 200 (OK).

If both matching conditions are met, the module considers the Pure Storage login panel to be detected.

Here is an example of an HTTP request that the module may send:

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

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

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Pure Storage Login</title>and
status: 200
On match action
Report vulnerability