32 lines
693 B
YAML
32 lines
693 B
YAML
|
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
|