nuclei-templates/http/exposures/configs/filestash-admin-config.yaml

32 lines
693 B
YAML
Raw Normal View History

2024-06-28 09:45:28 +00:00
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