nuclei-templates/exposed-panels/synology-rackstation-login....

26 lines
466 B
YAML
Raw Normal View History

2021-11-18 12:08:55 +00:00
id: synology-rackstation-login
info:
name: Synology RackStation Login Detect
author: princechaddha
severity: info
tags: login,tech,synology,rackstation
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-11-18 12:11:48 +00:00
redirects: true
max-redirects: 1
2021-11-18 12:08:55 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Synology&nbsp;RackStation</title>'
- type: status
status:
- 200