Merge pull request #8346 from projectdiscovery/filebrowser-login-panel

Create filebrowser-login-panel.yaml
patch-1
Dhiyaneshwaran 2023-10-09 15:27:45 +05:30 committed by GitHub
commit b5093a84df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: filebrowser-login-panel
info:
name: File Browser Login Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://filebrowser.org/
metadata:
max-request: 2
verified: true
shodan-query: http.favicon.hash:1052926265
tags: panel,filebrowser,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
- "{{BaseURL}}/static/img/icons/favicon-32x32.png"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'File Browser</title>'
- 'window.FileBrowser'
condition: or
- type: dsl
dsl:
- "status_code==200 && ('1052926265' == mmh3(base64_py(body)))"