Skip to content

Synology Web Station Page - Detect

ID: synology-web-station

Severity: info

Author: dhiyaneshDK

Tags: tech,synology,edb

Synology Web Station page was detected.

id: synology-web-station
info:
name: Synology Web Station Page - Detect
author: dhiyaneshDK
severity: info
description: Synology Web Station page was detected.
reference:
- https://www.exploit-db.com/ghdb/7125
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
tags: tech,synology,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Hello! Welcome to Synology Web Station!</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502207fd5493ed3d7c8e018458ce52677c9e415559e387703ba43f94f2b1ee60bff240221008dd55148b2a5ec5ea968d4887748eba320515f328ff3e68de35c58271645a97e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/synology-web-station.yaml"

View on Github