matchers/template updates for MinIO
parent
cb2c04547d
commit
8a52bf2b96
|
@ -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
|
|
@ -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
|
|
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue