30 lines
700 B
YAML
30 lines
700 B
YAML
id: seafile-panel
|
|
|
|
info:
|
|
name: Seafile Panel - Detect
|
|
author: TechbrunchFR
|
|
severity: info
|
|
description: Seafile panel was detected.
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:1552322396
|
|
reference:
|
|
- https://www.seafile.com/en/home/
|
|
- https://github.com/haiwen/seafile
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: sefile,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/media/favicons/favicon.png"
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200 && (\"1552322396\" == mmh3(base64_py(body)))"
|