Update tiny-file-manager.yaml
parent
8efaf5adf7
commit
f7b5d364db
|
@ -7,24 +7,21 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-dork: title:"Tiny File Manager"
|
||||
tags: panel
|
||||
tags: panel,filemanager
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Tiny File Manager</title>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
||||
- 'Tiny File Manager'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue