Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Ilch CMS Admin Login Panel - Detect" module is designed to detect the presence of the Ilch CMS admin login panel. Ilch CMS is a content management system that allows website administrators to manage and control the content on their websites. This module focuses specifically on identifying the admin login panel, which is a crucial component of the CMS.
This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by ritikchaddha.
The impact of detecting the Ilch CMS admin login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insight into the presence of the admin login panel, which can be useful for further analysis and security assessments.
The "Ilch CMS Admin Login Panel - Detect" module operates by sending an HTTP GET request to the "/index.php/admin/admin/login/index/" path. It then applies two matching conditions to determine if the Ilch CMS admin login panel is present.
The first matching condition checks the response body for the presence of the keyword "ilch_token". If this keyword is found, it indicates the presence of the admin login panel.
The second matching condition verifies that the HTTP response status is 200, indicating a successful request. Both matching conditions must be met for the module to detect the Ilch CMS admin login panel.
Here is an example of the HTTP request sent by the module:
GET /index.php/admin/admin/login/index/ HTTP/1.1
Host: [target_host]
Please note that "[target_host]" should be replaced with the actual target host.