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

24 lines
428 B
YAML
Raw Normal View History

2021-07-03 12:52:00 +00:00
id: minio-detect
info:
name: Minio panel detect
author: pikpikcu
severity: info
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/minio/login"
2021-07-05 13:18:16 +00:00
matchers-condition: and
2021-07-03 12:52:00 +00:00
matchers:
- type: word
words:
- "<title>MinIO Browser</title>"
2021-07-05 13:20:50 +00:00
- "<title>Minio Browser</title>"
2021-07-03 12:52:00 +00:00
part: body
2021-07-05 13:20:50 +00:00
condition: or
2021-07-05 13:18:16 +00:00
- type: status
status:
- 200