nuclei-templates/exposed-panels/tiny-file-manager.yaml

29 lines
476 B
YAML
Raw Normal View History

2022-07-09 00:53:11 +00:00
id: tiny-file-manager
info:
name: Tiny File Manager
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"Tiny File Manager"
2022-07-12 11:11:00 +00:00
tags: panel,filemanager
2022-07-09 00:53:11 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-07-12 11:11:00 +00:00
redirects: true
max-redirects: 2
2022-07-09 00:53:11 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-12 11:11:00 +00:00
- 'Tiny File Manager'
2022-07-09 00:53:11 +00:00
- type: status
status:
- 200