34 lines
863 B
YAML
34 lines
863 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"MinIO Console"
|
|
fofa-query: app="MinIO-Console"
|
|
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: 4b0a00483046022100e05df150d57b9dc5eefb1e6a62246b39473b71322c06524a2b59fbbc7a020515022100aa480dcc1e4fdc776432f6e69ba44fdd2c0c27a31b5f7b81220d5f679b4dcb5c:922c64590222798bb761d5b6d8e72950
|