nuclei-templates/exposed-panels/minio-browser.yaml

24 lines
423 B
YAML
Raw Normal View History

2021-11-20 10:42:26 +00:00
id: minio-browser
info:
name: MinIO Browser
author: pikpikcu
severity: info
metadata:
shodan-query: title:"MinIO Browser"
tags: panel,minio
2021-11-20 10:42:26 +00:00
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