MinIO Login Panel

patch-1
Kamran Saifullah - Frog Man 2023-06-13 19:53:44 +03:00 committed by GitHub
parent 378fa1f208
commit 52125ed559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: MinIO-login-panel
info:
name: MinIO Login Panel
author: deFr0ggy
severity: info
description: A MinIO login panel was detected.
classification:
cwe-id: CWE-200
tags: panel,MinIO,login
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/login/'
- '{{BaseURL}}/manifest.json'
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>MinIO Console</title>'
- '"name": "MinIO Console"'
condition: and
- type: status
status:
- 200