Skip to content

Synology RackStation Login Detect

ID: synology-rackstation-login

Severity: info

Author: princechaddha

Tags: login,tech,synology,rackstation,panel

id: synology-rackstation-login
info:
name: Synology RackStation Login Detect
author: princechaddha
severity: info
metadata:
max-request: 1
tags: login,tech,synology,rackstation,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Synology&nbsp;RackStation</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100e90d8375b5e5729fcaea08d456198baa4a7be674d0e846a14d678b71559843680220754c1a5fbe44df0f57f64c371ad880e99667906d5ff8291900db64bb2798be58: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/exposed-panels/synology-rackstation-login.yaml"

View on Github