Skip to content

MinIO Console Login Panel - Detect

ID: minio-console

Severity: info

Author: pussycat0x

Tags: panel,minio

MinIO Console login panel was detected.

id: minio-console
info:
name: MinIO Console Login Panel - Detect
author: pussycat0x
severity: info
description: MinIO Console 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:console:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: title:"MinIO Console"
fofa-query: app="MinIO-Console"
product: console
vendor: minio
tags: panel,minio
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: dsl
dsl:
- "contains(tolower(body), '<title>minio console</title>')"
- type: status
status:
- 200
# digest: 490a0046304402202d4866aec78bb76c828107c5777d7d1e01baf0ac81fedfd961d07a1b34ef1f590220071d0fa83094bb4a5ff1626bae86ca550c4544686a3f19da1ee6b326bdaf7b79:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/minio-console.yaml"

View on Github