Ethical Hacking Automation

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

Hybris Administration Console Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#hybris
Description

What is the "Hybris Administration Console Login Panel - Detect?"

The "Hybris Administration Console Login Panel - Detect" module is designed to detect the presence of the Hybris Administration Console login panel. Hybris Administration Console is a software used for managing and administering Hybris e-commerce platforms. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel.

This module has an informative severity level, which means it provides valuable information but does not directly indicate a security risk.

Author: princechaddha

Impact

This module does not directly impact the system or application being scanned. Instead, it provides information about the presence of the Hybris Administration Console login panel, which can help identify potential security risks or misconfigurations.

How does the module work?

The module works by sending an HTTP GET request to the "/login" path of the target system. It then applies matching conditions to determine if the Hybris Administration Console login panel is present.

Matching conditions:

- The response body must contain the phrase "hybris administration console". - The response status code must be 200 (OK).

If both conditions are met, the module reports the detection of the Hybris Administration Console login panel.

Example HTTP request:

GET /login

Note: The above example is a simplified representation of the HTTP request. Actual requests may include headers and other parameters.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: hybris administration consoleand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability