Ethical Hacking Automation

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

OurMGMT3 Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ourmgmt3
Description

What is the "OurMGMT3 Admin Login Panel - Detect?" module?

The "OurMGMT3 Admin Login Panel - Detect" module is designed to detect the presence of the OurMGMT3 admin login panel. OurMGMT3 is a software that provides administrative functionality for managing certain aspects of a system or application. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by ritikchaddha.

Impact

This module does not have a direct impact on the system or application being scanned. It simply detects the presence of the OurMGMT3 admin login panel, providing information about its existence.

How does the module work?

The "OurMGMT3 Admin Login Panel - Detect" module works by sending an HTTP GET request to the "/admin/login" path. It then applies matching conditions to determine if the OurMGMT3 admin login panel is present.

The matching conditions for this module are as follows:

- The response body must contain the phrase "OurMGMT3 Debug client". - The HTTP response status code must be 200 (OK).

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

Example HTTP request:

GET /admin/login

Note: The actual HTTP request may contain additional headers or parameters, but those details are not specified in this module.

Module preview

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