commit
5714fdbcc1
|
@ -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
|
Loading…
Reference in New Issue