duplicate

patch-1
Ritik Chaddha 2023-06-13 23:03:12 +05:30 committed by GitHub
parent 52125ed559
commit 344cd1260e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
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