Ethical Hacking Automation

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

Ametys Admin Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ametys#cms
Description

What is the Ametys Admin Login Panel?

The Ametys Admin Login Panel is a module designed for the Vidoc platform. It is created to detect misconfigurations or vulnerabilities in the Ametys content management system (CMS). This module has an informative severity level.

Impact

The Ametys Admin Login Panel module helps identify potential security issues in the Ametys CMS. By scanning the login panel, it aims to uncover any misconfigurations or vulnerabilities that could be exploited by attackers. This information can be used to strengthen the security of the CMS and protect sensitive data.

How the module works?

The Ametys Admin Login Panel module works by sending an HTTP GET request to the "/_admin/index.html" path. It then applies matching conditions to determine if the login panel is functioning correctly and if the expected content is present.

The matching conditions for this module are:

- The response should contain the words "Ametys - Log in" or "". - The response status code should be 200.

If both conditions are met, the module considers the login panel to be functioning correctly. If any of the conditions fail, it indicates a potential misconfiguration or vulnerability.

By analyzing the results of this module, administrators can take appropriate actions to address any identified issues and enhance the security of the Ametys CMS.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/_admin/index.html
Matching conditions
word: Ametys - Log in, <span class="ametys-ver...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability