Ethical Hacking Automation

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

AMPPS Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ampps#login
Description

What is the "AMPPS Login Panel?"

The "AMPPS Login Panel" module is designed to detect the presence of an AMPPS login panel. AMPPS is a software stack that provides a local development environment for web applications. This module focuses on identifying the login panel within the AMPPS installation.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by deFr0ggy.

Impact

The "AMPPS Login Panel" module does not have a direct impact on the security or functionality of the AMPPS installation. It simply detects the presence of the login panel, providing information about the login functionality within the software.

How does the module work?

The "AMPPS Login Panel" module works by sending a GET request to the "/ampps/index.php?act=login" path of the target website. It then applies two matching conditions to determine if the login panel is present:

    - The module checks the response body for specific words, including "", "", and "themes/default/images/ampps/favicon.ico". If all of these words are found, the condition is met. - The module also checks the response status code, ensuring it is 200 (OK). If the status code matches, the condition is met.

If both matching conditions are met, the module reports the presence of the AMPPS login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ampps/index.php?act...
Matching conditions
word: <a href="http://www.ampps.com">, <title>...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability