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

36 lines
703 B
YAML
Raw Normal View History

2022-07-09 00:53:11 +00:00
id: tiny-file-manager
info:
name: Tiny File Manager Panel - Detect
2022-07-09 00:53:11 +00:00
author: DhiyaneshDK
severity: info
description: Tiny File Manager 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-07-09 00:53:11 +00:00
metadata:
verified: true
shodan-query: 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}}'
host-redirects: true
2022-07-12 11:11:00 +00:00
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
# Enhanced by md on 2023/01/18