From 59e4bd003600fdc16530d7139380dc8aac890438 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:27:01 +0530 Subject: [PATCH] Create filebrowser-unauth.yaml --- http/misconfiguration/filebrowser-unauth.yaml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/misconfiguration/filebrowser-unauth.yaml diff --git a/http/misconfiguration/filebrowser-unauth.yaml b/http/misconfiguration/filebrowser-unauth.yaml new file mode 100644 index 0000000000..bee0becfd7 --- /dev/null +++ b/http/misconfiguration/filebrowser-unauth.yaml @@ -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' + - 'window.FileBrowser' + condition: or + + - type: word + part: body + words: + - 'LoginPage":false' + - '"NoAuth":true' + condition: and