Ethical Hacking Automation

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

Directum Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#directum#panel
Description

What is the "Directum Login Panel - Detect?"

The "Directum Login Panel - Detect" module is designed to detect the presence of the Directum login panel. Directum is a software platform used for managing business processes and documents. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by pikpikcu.

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the Directum login panel, providing information about its existence.

How does the module work?

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

    - The module checks the response body for the presence of the words "DIRECTUM Login" or "Directum Login". - The module verifies that the response status code is 200 (OK).

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

Here is an example of the HTTP request sent by the module:

GET /Login.aspx

The matching conditions are:

- The response body must contain either "DIRECTUM Login" or "Directum Login". - The response status code must be 200.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/Login.aspx
Matching conditions
word: DIRECTUM Login, Directum Loginand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability