Files
nuclei-templates/exposed-panels/kkfileview-panel.yaml
MostInterestingBotInTheWorld a427ab3acc Dashboard Content Enhancements (#6131)
Dashboard Content Enhancements
2022-11-22 18:03:44 -05:00

33 lines
647 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.title:"kkFileView"
tags: panel,kkfileview
requests:
- method: GET
path:
- "{{BaseURL}}/index"
matchers-condition: and
matchers:
- type: word
words:
- '<title>kkFileView演示首页</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/11/22