Ethical Hacking Automation

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

ToolJet Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tooljet
Description

ToolJet Login Panel - Detect

What is the ToolJet Login Panel - Detect?

The ToolJet Login Panel - Detect module is designed to detect the presence of the ToolJet login panel. ToolJet is a software platform that provides a dashboard for various purposes. This module helps identify any misconfigurations or vulnerabilities related to the ToolJet login panel. It is an informative module that provides insights into the security of the login panel.

This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat.

Impact

The ToolJet Login Panel - Detect module does not have a direct impact on the system. Instead, it helps identify potential security issues related to the ToolJet login panel. By detecting misconfigurations or vulnerabilities, it enables administrators to take appropriate actions to secure the login panel and prevent potential attacks.

How the module works?

The ToolJet Login Panel - Detect module works by sending an HTTP GET request to the "/login?redirectTo=/" endpoint. It then applies matching conditions to determine if the ToolJet login panel is present and functioning correctly.

The matching conditions for this module are as follows:

- The response body must contain the phrase "ToolJet - Dashboard". - The HTTP status code must be 200.

If both conditions are met, the module considers the ToolJet login panel to be detected.

This module is a valuable tool for administrators to ensure the proper configuration and security of the ToolJet login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login?redirectTo=/
Matching conditions
word: ToolJet - Dashboardand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability