Merge pull request #8470 from projectdiscovery/tiny-file-manager-unauth
Create tiny-file-manager-unauth.yamlpatch-1
commit
067a9cf2b3
|
@ -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
|
Loading…
Reference in New Issue