Create filebrowser-unauth.yaml
parent
fbaeda4fd4
commit
59e4bd0036
|
@ -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
|
Loading…
Reference in New Issue