MinIO Browser Login Panel - Detect
ID: minio-browser
Severity: info
Author: pikpikcu
Tags: panel,minio
Description
Section titled “Description”MinIO Browser login panel was detected.
YAML Source
Section titled “YAML Source”id: minio-browser
info: name: MinIO Browser Login Panel - Detect author: pikpikcu severity: info description: MinIO Browser login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: minio product: minio shodan-query: - title:"MinIO Browser" - http.title:"minio browser" - cpe:"cpe:2.3:a:minio:minio" - http.title:"minio console" fofa-query: - app="minio" - title="minio browser" - title="minio console" google-query: - intitle:"minio browser" - intitle:"minio console" tags: panel,minio
http: - method: GET path: - "{{BaseURL}}/minio/login"
matchers-condition: and matchers: - type: dsl dsl: - "contains(tolower(body), '<title>minio browser</title>')"
- type: status status: - 200# digest: 4a0a004730450221009f47d75ed950f72ea414f41d9e1cf8f27303efc42d86a4dda25a0b28c05b3745022000a28aa1a5521575ad2e15d0ceda8c3c1d8002d95d69712eed822e13005a5ac1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/minio-browser.yaml"