Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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