Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "OpenCATS Login Panel - Detect" module is a test case designed to detect the presence of the OpenCATS login panel. OpenCATS is a software used for applicant tracking and recruitment management. This module focuses on identifying the login panel specifically.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: arafatansari
The impact of this module is purely informative. It does not indicate any security vulnerabilities or misconfigurations. Instead, it helps identify the presence of the OpenCATS login panel, providing insights into the software being used.
The "OpenCATS Login Panel - Detect" module works by sending an HTTP GET request to the "/opencats/" path. It then applies two matching conditions to determine if the OpenCATS login panel is present:
- The response body must contain the following words: "<title>opencats - Login</title>
" and "<!-- CATS_LOGIN -->
".
- The response status code must be 200 (OK).
If both conditions are met, the module considers the OpenCATS login panel to be detected.
Metadata:
- max-request: 2 - verified: true - shodan-query:title:"opencats"