Create filebrowser-unauth.yaml

patch-1
Ritik Chaddha 2023-10-09 15:27:01 +05:30 committed by GitHub
parent fbaeda4fd4
commit 59e4bd0036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: filebrowser-unauth
info:
name: File Browser Dashboard - Unauthenticated Access
author: ritikchaddha
severity: medium
reference:
- https://filebrowser.org/
metadata:
max-request: 2
verified: true
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