Merge pull request #8470 from projectdiscovery/tiny-file-manager-unauth

Create tiny-file-manager-unauth.yaml
patch-1
Dhiyaneshwaran 2023-10-26 12:19:43 +05:30 committed by GitHub
commit 067a9cf2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
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