Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Monstra Admin Panel - Detect" module is a test case designed to detect the presence of the Monstra admin panel. Monstra is a content management system (CMS) that allows users to create and manage websites. This module specifically targets the admin panel of Monstra.
The severity of this module is classified as informative, meaning it provides information about the presence of the admin panel but does not indicate any specific vulnerabilities or misconfigurations.
This module was authored by ritikchaddha.
The impact of detecting the Monstra admin panel is primarily informational. It indicates that the admin panel is accessible and can be used to manage the Monstra CMS.
The "Monstra Admin Panel - Detect" module works by sending an HTTP GET request to the "/admin/index.php" path of the target website. It then applies two matching conditions to determine if the Monstra admin panel is present:
By combining these matching conditions, the module can accurately detect the presence of the Monstra admin panel.
For example, the module sends an HTTP GET request to "/admin/index.php" and expects a response with a status code of 200. It then checks the response body for the presence of the string "content="Monstra Admin Area". If both conditions are met, the module reports the detection of the Monstra admin panel.