Ethical Hacking Automation

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

OpenSIS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#opensis#login
Description

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

The "OpenSIS Login Panel - Detect" module is designed to detect the presence of the OpenSIS login panel. OpenSIS is a Student Information System (SIS) software used by educational institutions to manage student data. This module focuses on identifying the login panel of OpenSIS.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by pikpikcu.

Impact

The impact of this module is purely informative. It does not indicate any specific security vulnerabilities or misconfigurations. Instead, it helps identify the presence of the OpenSIS login panel, which can be useful for further analysis or security assessments.

How does the module work?

The "OpenSIS Login Panel - Detect" module works by sending an HTTP GET request to the "/opensis/index.php" path. It then applies two matching conditions to determine if the OpenSIS login panel is present:

    - The module checks if the response body contains the HTML title tag "<title>openSIS Student Information System</title>". This indicates that the page is the OpenSIS login panel. - The module also verifies that the HTTP response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the OpenSIS login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/opensis/index.php
Matching conditions
word: <title>openSIS Student Information Syste...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability