Ethical Hacking Automation

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

Darktrace Threat Visualizer Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#darktrace
Description

What is the "Darktrace Threat Visualizer Login Panel - Detect?"

The "Darktrace Threat Visualizer Login Panel - Detect" module is designed to detect the presence of the Darktrace Threat Visualizer login panel. Darktrace Threat Visualizer is a software that provides threat visualization and monitoring capabilities. This module focuses on identifying the login panel specifically.

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

This module was authored by DhiyaneshDK.

Impact

The impact of detecting the Darktrace Threat Visualizer login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. However, it can be useful for security professionals to be aware of the presence of this login panel as part of their overall security assessment.

How does the module work?

The module works by sending an HTTP GET request to the "/login" path of the target website. It then applies two matching conditions to determine if the Darktrace Threat Visualizer login panel is present:

- The module checks if the response body contains the HTML title tag "<title>Login | Darktrace Threat Visualizer</title>". - 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 Darktrace Threat Visualizer login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: <title>Login | Darktrace Threat Visualiz...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability