Ethical Hacking Automation

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

Open Game Panel Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#edb
Description

What is the "Open Game Panel Login Panel - Detect?"

The "Open Game Panel Login Panel - Detect" module is designed to detect the presence of the Open Game Panel login panel. Open Game Panel is a software used for managing game servers. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration.

This module was authored by dhiyaneshDk.

Impact

This module does not have a direct impact on the system. It simply detects the presence of the Open Game Panel login panel, providing information about its existence.

How does the module work?

The module works by sending an HTTP GET request to the "/index.php" path. It then applies two matching conditions:

- The response body must contain the HTML tag "<title>Open Game Panel</title>". - The response status code must be 200 (OK).

If both conditions are met, the module considers the Open Game Panel login panel to be detected.

Example HTTP request:

GET /index.php

Matching conditions:

- Response body must contain the HTML tag "<title>Open Game Panel</title>". - Response status code must be 200 (OK).

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/index.php
Matching conditions
word: <title>Open Game Panel</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability