Ethical Hacking Automation

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

OTOBO Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#otobo
Description

What is the "OTOBO Login Panel - Detect?"

The "OTOBO Login Panel - Detect" module is designed to detect the presence of the OTOBO login panel. OTOBO is a software that provides a web-based ticketing system for customer support. This module focuses on identifying the login panel of OTOBO.

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

Impact

This module does not have a direct impact on the target system. It only detects the presence of the OTOBO login panel and does not perform any actions that could affect the system's security or functionality.

How the module works?

The "OTOBO Login Panel - Detect" module works by sending an HTTP GET request to the "/otobo/index.pl" path of the target system. It then applies two matching conditions to determine if the OTOBO login panel is present:

    - The module checks the response body for a regex match with the pattern "<title>(.*)</title>". If the pattern is found, it indicates the presence of the OTOBO login panel. - The module also verifies that the HTTP response status is 200, indicating a successful request.

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

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/otobo/index.pl
Matching conditions
regex: <title>(.*)OTOBO(.*)</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability