Ethical Hacking Automation

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

ThreatQ Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#threatq
Description

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

The "ThreatQ Login Panel - Detect" module is designed to detect the presence of the ThreatQ login panel. ThreatQ is a threat intelligence platform that helps organizations manage and analyze security threats. This module focuses on identifying any misconfigurations or vulnerabilities related to the ThreatQ login panel.

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

Impact

The impact of this module is primarily informational. It helps security professionals identify potential weaknesses or misconfigurations in the ThreatQ login panel, which can then be addressed to enhance the overall security posture of the system.

How the module works?

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

    - The module checks if the response contains the HTML title tag with the value "ThreatQ". This indicates that the login panel is likely present. - The module also verifies that the HTTP response status code is 200, indicating a successful request.

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

It's important to note that this module does not perform any active exploitation or modification of the target system. It solely focuses on identifying the presence of the ThreatQ login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: <title ng-bind="PageTitle.getTitle()">Th...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability