Merge pull request #10151 from projectdiscovery/filestash-admin-config
Create filestash-admin-config.yamlpatch-4
commit
d0882c4afc
|
@ -0,0 +1,31 @@
|
|||
id: filestash-admin-config
|
||||
|
||||
info:
|
||||
name: Filestash Admin Password Configuration
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
description: |
|
||||
Filestash is susceptible to the Admin Password Configuration page exposure due to misconfiguration.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"<title>Admin Console</title>"
|
||||
tags: exposure,filestash,config
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/setup"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Admin Console</title>'
|
||||
- 'component-loader'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue