42 lines
985 B
YAML
42 lines
985 B
YAML
id: filebrowser-unauth
|
|
|
|
info:
|
|
name: File Browser Dashboard - Unauthenticated Access
|
|
author: ritikchaddha
|
|
severity: medium
|
|
reference:
|
|
- https://filebrowser.org/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.favicon.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: 4b0a00483046022100ec98fce8405c3cc0be0034aae24ef82aa650928bc6d244b5d58d5fccb8112d00022100904af6f1bdfb37dca27fb709b508d8b2de07812173bb8f0db5b80f5920f0958d:922c64590222798bb761d5b6d8e72950
|