Ethical Hacking Automation

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

Miniweb Start Page Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#edb#panel
Description

What is the "Miniweb Start Page Login Panel - Detect?"

The "Miniweb Start Page Login Panel - Detect" module is designed to detect the presence of the Miniweb Start Page login panel. This module targets the Miniweb Start Page software and helps identify any misconfigurations or vulnerabilities associated with the login panel. The severity of the findings is classified as informative. The original author of this module is dhiyaneshDk.

Impact

The impact of the Miniweb Start Page login panel detection module is primarily to provide information about the presence of the login panel. It does not directly indicate any specific security risks or vulnerabilities. However, the detection of the login panel may suggest potential areas for further investigation to ensure proper configuration and security measures.

How does the module work?

The module works by sending HTTP requests to specific paths, such as "/start.html" and "/www/start.html", using the GET method. It then applies matching conditions to the responses received to determine if the Miniweb Start Page login panel is present.

Matching conditions:

- The response body must contain the HTML tag "<title>Miniweb Start Page</title>". - The response status code must be 200 (OK).

If both matching conditions are met, the module considers the Miniweb Start Page login panel to be detected.

Reference:

- https://www.exploit-db.com/ghdb/6500

Metadata:

max-request: 2

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/start.html/www/start.html
Matching conditions
word: <title>Miniweb Start Page</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability