Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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:
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.