Skip to content

Kae's File Manager Admin Login Panel - Detect

ID: kfm-login-panel

Severity: info

Author: princechaddha

Tags: panel,kfm

Kae’s File Manager admin login panel was detected.

id: kfm-login-panel
info:
name: Kae's File Manager Admin Login Panel - Detect
author: princechaddha
severity: info
description: Kae's File Manager admin 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
tags: panel,kfm
http:
- method: GET
path:
- "{{BaseURL}}/kfm/admin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "KFM Login"
- "password"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022032c18cc42cd7b4da26eeff861f4780666fda6f96f631ab7bab95838bc3489eda022100cd6ca907364b06b4c858101ec1097371e39c098221ab8a3038c0230506635ddc: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/kfm/kfm-login-panel.yaml"

View on Github