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