Ethical Hacking Automation

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

Zenario Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#zenario
Description

What is the "Zenario Admin Login Panel - Detect?"

The "Zenario Admin Login Panel - Detect" module is designed to detect the presence of the Zenario admin login panel. Zenario is a software platform that allows users to create and manage websites. This module focuses on identifying potential misconfigurations or vulnerabilities related to the admin login panel.

This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat.

Author: Fazal

Impact

The detection of the Zenario admin login panel does not directly indicate any impact or vulnerability. However, it can help identify potential security risks or misconfigurations that may exist within the login panel. Further investigation and analysis are required to determine the actual impact.

How does the module work?

The module works by sending an HTTP GET request to the "/zenario/admin/welcome.php" path. It then applies two matching conditions to determine if the Zenario admin login panel is present:

- Status: The response status code must be 200. - Content: The response body must contain the phrase "Welcome to Zenario".

If both conditions are met, the module considers the Zenario admin login panel to be detected.

Example HTTP request:

GET /zenario/admin/welcome.php

Note: The above example is a simplified representation of the HTTP request. The actual module may include additional headers or parameters.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/zenario/admin/welco...
Matching conditions
status: 200and
word: Welcome to Zenario
Passive global matcher
No matching conditions.
On match action
Report vulnerability