Skip to content

CaseManager Login Panel - Detect

ID: casemanager-panel

Severity: info

Author: ffffffff0x

Tags: casemanager,panel

CaseManager login panel was detected.

id: casemanager-panel
info:
name: CaseManager Login Panel - Detect
author: ffffffff0x
severity: info
description: CaseManager 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
metadata:
max-request: 1
fofa-query: title="CaseManager"
tags: casemanager,panel
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>CaseManager</title>"
- type: status
status:
- 200
# digest: 490a00463044022001495c9761084c422711ad015b51b52d63027adfa22fd6a66462bfd61c6d4dd5022061217a0c3f4488307b433e6964b73e799582a464cabad7bdbce22e640f987901: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/casemanager-panel.yaml"

View on Github