Merge pull request #1862 from pikpikcu/patch-195

Create minio-detect
patch-1
Prince Chaddha 2021-07-05 18:52:43 +05:30 committed by GitHub
commit 5714fdbcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: minio-detect
info:
name: Minio panel detect
author: pikpikcu
severity: info
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/minio/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>MinIO Browser</title>"
- "<title>Minio Browser</title>"
part: body
condition: or
- type: status
status:
- 200