Skip to content

Directum Login Panel - Detect

ID: directum-login

Severity: info

Author: pikpikcu

Tags: directum,panel

Directum login panel was detected.

id: directum-login
info:
name: Directum Login Panel - Detect
author: pikpikcu
severity: info
description: Directum login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:directum:directum:*:*:*:*:*:*:*:*
metadata:
max-request: 1
fofa-query: title="Directum"
product: directum
vendor: directum
tags: directum,panel
http:
- method: GET
path:
- "{{BaseURL}}/Login.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DIRECTUM Login"
- "Directum Login"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100ab54a91b8515eb56be0dd3f199c5855076328b1f4b7fad203f7e63cdc7e92cc8022100d8ab67cafd6c37cbe3612eded346e03d996025538ef8c08fc1cece4f4e8fdec5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/directum-login.yaml"

View on Github