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

26 lines
446 B
YAML
Raw Normal View History

2022-08-18 11:03:34 +00:00
id: kkfileview-panel
info:
2022-08-19 09:25:10 +00:00
name: kkFileView Panel Detect
2022-08-18 11:03:34 +00:00
author: arafatansari
severity: info
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