44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
id: filebrowser-unauth
|
|
|
|
info:
|
|
name: File Browser Dashboard - Unauthenticated Access
|
|
author: ritikchaddha
|
|
severity: medium
|
|
description: File Browser dashboard is exposed.
|
|
reference:
|
|
- https://filebrowser.org/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.favicon.hash:1052926265
|
|
product: filebrowser
|
|
vendor: filebrowser
|
|
fofa-query: icon_hash=1052926265
|
|
tags: misconfig,filebrowser,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'File Browser</title>'
|
|
- 'window.FileBrowser'
|
|
condition: or
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'LoginPage":false'
|
|
- '"NoAuth":true'
|
|
condition: and
|
|
# digest: 4a0a0047304502204298bcdb759a34e7fc55e8f5065c6772abc4e16bb34aac10886c2b5f828a5a56022100d74e444726fe462e9ee43063e140790bfcf87b3d090df42ace3be6859928c618:922c64590222798bb761d5b6d8e72950 |