nuclei-templates/http/exposed-panels/seafile-panel.yaml

36 lines
813 B
YAML
Raw Normal View History

2022-05-30 15:22:52 +00:00
id: seafile-panel
info:
name: Seafile Panel - Detect
2023-09-05 05:25:08 +00:00
author: TechbrunchFR,righettod
2022-05-30 15:22:52 +00:00
severity: info
description: Seafile panel was detected.
2022-05-30 15:22:52 +00:00
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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2023-09-05 05:25:08 +00:00
metadata:
2023-10-14 11:27:55 +00:00
verified: true
2023-09-05 05:25:08 +00:00
max-request: 1
shodan-query: http.favicon.hash:1552322396
tags: sefile,panel,login
2022-05-30 15:22:52 +00:00
http:
2022-05-30 15:22:52 +00:00
- method: GET
path:
2023-09-05 05:25:08 +00:00
- "{{BaseURL}}/accounts/login/"
host-redirects: true
2022-05-30 15:22:52 +00:00
max-redirects: 2
2023-10-14 11:27:55 +00:00
2023-09-05 05:25:08 +00:00
matchers-condition: and
2022-05-30 15:22:52 +00:00
matchers:
- type: dsl
dsl:
2023-09-05 05:25:08 +00:00
- "status_code==200"
- 'contains(body, "SEAFILE_GLOBAL") && contains(body, "seafile-ui.css")'
2023-09-04 16:00:08 +00:00
condition: and