Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

OpenCATS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#opencats
Description

What is the "OpenCATS Login Panel - Detect" module?

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

Impact

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.

How does the module work?

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"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/opencats/
Matching conditions
word: <title>opencats - Login</title>, <!-- CA...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability