Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Jalios JCMS Login Panel - Detect" module is designed to detect the presence of the Jalios JCMS login panel. Jalios JCMS is a content management system that allows organizations to create and manage their websites. This module focuses on identifying the login panel specifically.
This module has an informative severity level, meaning it provides information rather than indicating a vulnerability or misconfiguration.
Author: righettod
This module does not have a direct impact on the system. It simply detects the presence of the Jalios JCMS login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/front/privateLogin.jsp" path. It then applies matching conditions to the response body to determine if the login panel is present.
The matching conditions include the following words: "content="Jalios JCMS", "jalios-login", "JCMS_login", and "/jcms/". If any of these words are found in the response body, the module considers the login panel to be present.
Example HTTP request:
GET /front/privateLogin.jsp
Matching conditions:
- "content="Jalios JCMS"
- "jalios-login"
- "JCMS_login"
- "/jcms/"
These conditions are evaluated using the logical OR operator, meaning that if any of the conditions are met, the module will detect the login panel.
For more information about Jalios JCMS, you can visit their website: https://www.jalios.com/
Metadata:
- max-request: 2
- verified: true
- shodan-query: html:"Jalios JCMS"