Skip to content

kkFileView Panel - Detect

ID: kkfileview-panel

Severity: info

Author: arafatansari

Tags: panel,kkfileview

kkFileView panel was detected.

id: kkfileview-panel
info:
name: kkFileView Panel - Detect
author: arafatansari
severity: info
description: kkFileView 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:keking:kkfileview:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"kkFileView"
product: kkfileview
vendor: keking
tags: panel,kkfileview
http:
- method: GET
path:
- "{{BaseURL}}/index"
matchers-condition: and
matchers:
- type: word
words:
- '<title>kkFileView演示首页</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100a35216432660fa45f54249da7044de1093179ad8566fcd3eb4c9ae3f9bc7c9d302207d26071b74c406b4e8cc03f012ed00356407694284ce127d3b4879c653fe0046: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/kkfileview-panel.yaml"

View on Github