Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "AMPPS Admin Login Panel" module is designed to detect the presence of an AMPPS Admin login panel. AMPPS is a software stack that provides Apache, MySQL, MongoDB, PHP, Perl, and Python for web development. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by deFr0ggy.
This module does not have a direct impact on the system. It serves as a detection mechanism to identify the presence of the AMPPS Admin login panel.
The module works by sending an HTTP GET request to the "/ampps-admin/index.php?act=login" path. It then applies matching conditions to determine if the login panel is present.
The matching conditions for this module are:
- The response body must contain the following words: "<a href="http://www.ampps.com">
", "<title>Login</title>
", and "enduser/themes/default/js/universal.js
".
- The response status code must be 200.
If both conditions are met, the module reports the presence of the AMPPS Admin login panel.