matchers/template updates for MinIO

patch-1
sandeep 2021-11-20 16:12:26 +05:30
parent cb2c04547d
commit 8a52bf2b96
4 changed files with 50 additions and 47 deletions

View File

@ -0,0 +1,24 @@
id: minio-browser
info:
name: MinIO Browser
author: pikpikcu
severity: info
tags: panel,minio
metadata:
shodan-query: title:"MinIO Browser"
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

View File

@ -1,24 +0,0 @@
id: minio-console-detect
info:
name: MinIO Console Detection
author: pussycat0x
severity: info
tags: panel,minio
metadata:
fofa-query: 'app="MinIO-Console"'
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
words:
- '<title>MinIO Console</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,26 @@
id: minio-console
info:
name: MinIO Console
author: pussycat0x
severity: info
tags: panel,minio
metadata:
fofa-query: app="MinIO-Console"
shodan-query: title:"MinIO Console"
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: dsl
dsl:
- "contains(tolower(body), '<title>minio console</title>')"
- type: status
status:
- 200

View File

@ -1,23 +0,0 @@
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