30 lines
908 B
YAML
30 lines
908 B
YAML
id: synapse-mobility-panel
|
|
|
|
info:
|
|
name: Synapgse Mobility Login Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: Synapse Mobility is a zero footprint Universal Viewer that supports Synapse VNA with a full suite of collaboration tools and embedded cloud based image sharing that allows clinicians to access patient information anytime and anywhere, from a variety of platforms or using a mobile device.
|
|
reference:
|
|
- https://synapse.fujifilm.eu/synapse-mobility.html
|
|
metadata:
|
|
shodan-query: http.title:"Synapse Mobility Login"
|
|
google-query: intitle:"Synapse Mobility Login"
|
|
tags: panel,synapse
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pureweb/server/login.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Synapse Mobility Login</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|