Merge pull request #10151 from projectdiscovery/filestash-admin-config

Create filestash-admin-config.yaml
patch-4
Ritik Chaddha 2024-06-29 16:23:09 +05:30 committed by GitHub
commit d0882c4afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -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