24 lines
423 B
YAML
24 lines
423 B
YAML
id: minio-browser
|
|
|
|
info:
|
|
name: MinIO Browser
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: panel,minio
|
|
metadata:
|
|
shodan-query: title:"MinIO Browser"
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/minio/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(tolower(body), '<title>minio browser</title>')"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |