25 lines
441 B
YAML
25 lines
441 B
YAML
id: synology-web-station
|
|
|
|
info:
|
|
name: Synology Web Station
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7125
|
|
tags: tech,synology,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Hello! Welcome to Synology Web Station!</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|