Skip to content

Tiny File Manager - Unauthorized Access

ID: tiny-file-manager-unauth

Severity: medium

Author: ritikchaddha,HuTa0

Tags: misconfig,filemanager,detect

Unauthenticated Tiny File Manager panel was detected.

id: tiny-file-manager-unauth
info:
name: Tiny File Manager - Unauthorized Access
author: ritikchaddha,HuTa0
severity: medium
description: Unauthenticated Tiny File Manager panel was detected.
metadata:
verified: true
max-request: 1
shodan-query: title:"Tiny File Manager"
zoomeye-query: app="Tiny File Manager"
tags: misconfig,filemanager,detect
http:
- method: GET
path:
- '{{BaseURL}}/index.php'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Tiny File Manager'
- '<th>Actions'
- 'New Item'
- 'Upload'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100ef9db1802cdad6031e77e34647848810bf552f8062cde4d4eb0f6c1a686f1f660220651f26691b77638c3252586e0bd6773ef15a68c25175f55f4fee4c11bb9420c1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/tiny-file-manager-unauth.yaml"

View on Github