nuclei-templates/http/technologies/synology-web-station.yaml

32 lines
658 B
YAML
Raw Normal View History

2021-08-24 17:30:03 +00:00
id: synology-web-station
info:
name: Synology Web Station Page - Detect
2021-08-24 17:30:03 +00:00
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.0
cwe-id: CWE-200
tags: tech,synology,edb
metadata:
max-request: 1
2021-08-24 17:30:03 +00:00
http:
2021-08-24 17:30:03 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Hello! Welcome to Synology Web Station!</title>'
2021-08-25 11:21:24 +00:00
2021-08-24 17:30:03 +00:00
- type: status
status:
- 200