nuclei-templates/http/exposed-panels/directum-login.yaml

36 lines
686 B
YAML
Raw Normal View History

id: directum-login
2022-02-28 18:07:06 +00:00
info:
name: Directum Login Panel - Detect
2022-02-28 18:07:06 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-02-28 18:07:06 +00:00
metadata:
max-request: 1
2022-02-28 18:07:06 +00:00
fofa-query: title="Directum"
tags: directum,panel
2022-02-28 18:07:06 +00:00
http:
2022-02-28 18:07:06 +00:00
- method: GET
path:
- "{{BaseURL}}/Login.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DIRECTUM Login"
2022-02-28 18:07:06 +00:00
- "Directum Login"
condition: or
2022-02-28 18:07:06 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/11