Ethical Hacking Automation

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

AMPPS Admin Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ampps#login
Description

AMPPS Admin Login Panel

What is the "AMPPS Admin Login Panel?"

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.

Impact

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.

How does the module work?

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.

Module preview

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