nuclei-templates/exposed-panels/kkfileview-panel.yaml

33 lines
647 B
YAML
Raw Normal View History

2022-08-18 11:03:34 +00:00
id: kkfileview-panel
info:
name: kkFileView Panel - Detect
2022-08-18 11:03:34 +00:00
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
2022-08-18 11:03:34 +00:00
metadata:
2022-08-19 09:25:10 +00:00
verified: true
shodan-query: http.title:"kkFileView"
tags: panel,kkfileview
2022-08-18 11:03:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index"
matchers-condition: and
matchers:
- type: word
words:
- '<title>kkFileView演示首页</title>'
2022-08-19 09:25:10 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/22