Ethical Hacking Automation

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

Weiphp Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#weiphp
Description

Weiphp Panel - Detect

What is Weiphp Panel - Detect?

Weiphp Panel - Detect is a module designed to detect the presence of the Weiphp panel. The Weiphp panel is a software framework developed using PHP. This module is used to identify misconfigurations, vulnerabilities, or the presence of the Weiphp panel.

This module has an informative severity level, which means it provides valuable information about the target system without causing any harm.

Impact

The impact of this module is to provide insights into the presence of the Weiphp panel. It does not directly exploit any vulnerabilities or misconfigurations but helps in identifying potential security risks associated with the Weiphp panel.

How the module works?

The Weiphp Panel - Detect module works by sending an HTTP GET request to the target system's "/index.php" path. It then applies matching conditions to determine if the Weiphp panel is present.

The matching conditions used by this module are:

- The response body contains the string "_blank\">WeiPHP" or "/weiphp.css?" - The HTTP response status is 200

If both matching conditions are met, the module considers the Weiphp panel to be present on the target system.

Example HTTP request:

GET /index.php

This module is a valuable tool for identifying the presence of the Weiphp panel and assessing potential security risks associated with it.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/index.php
Matching conditions
word: _blank">WeiPHP, /weiphp.css?and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability