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

25 lines
434 B
YAML
Raw Normal View History

2021-10-22 10:13:13 +00:00
id: minio-console-detect
2021-10-22 16:24:17 +00:00
2021-10-22 03:03:43 +00:00
info:
2021-10-22 10:13:13 +00:00
name: MinIO Console Detection
2021-10-22 03:03:43 +00:00
author: pussycat0x
severity: info
2021-10-22 16:24:17 +00:00
tags: panel,minio
2021-10-22 03:03:43 +00:00
metadata:
fofa-dork: 'app="MinIO-Console"'
2021-10-22 10:13:13 +00:00
2021-10-22 03:03:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login"
2021-10-22 10:13:13 +00:00
2021-10-22 03:03:43 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>MinIO Console</title>'
2021-10-22 10:13:13 +00:00
2021-10-22 03:03:43 +00:00
- type: status
status:
2021-10-22 10:13:13 +00:00
- 200