Ethical Hacking Automation

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

Pichome Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#pichome#panel
Description

What is the "Pichome Login Panel - Detect?"

The "Pichome Login Panel - Detect" module is designed to detect the presence of the Pichome login panel. Pichome is a software that provides a login interface for users. This module focuses on identifying any misconfigurations or vulnerabilities related to the Pichome login panel. The severity of the detected issues is classified as informative, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by ritikchaddha.

Impact

The impact of the Pichome login panel detection module is primarily informational. It helps identify potential security weaknesses or misconfigurations related to the login panel. By detecting these issues, users can take appropriate measures to address them and enhance the security of their Pichome login system.

How does the module work?

The module works by sending HTTP requests to the target system and applying specific matching conditions to determine the presence of the Pichome login panel. The module checks for two main conditions:

    - The response body contains the phrases "Powered By oaooa PicHome" or "content="oaooa"". - The HTTP response status is 200 (OK).

If both conditions are met, the module identifies the presence of the Pichome login panel.

Here is an example of an HTTP request used by the module:

GET /user.php?mod=login

The module sends this request to the target system and analyzes the response to determine if it matches the specified conditions.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/user.php?mod=login
Matching conditions
word: Powered By oaooa PicHome, content="oaooa...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability