Create tiny-file-manager.yaml

patch-1
Dhiyaneshwaran 2022-07-09 01:53:11 +01:00 committed by GitHub
parent a5d271e0b9
commit 936b1452e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: tiny-file-manager
info:
name: Tiny File Manager
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"Tiny File Manager"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Tiny File Manager</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200