Synapse Mobility Login Panel - Detect
ID: synapse-mobility-panel
Severity: info
Author: idealphase
Tags: panel,synapse
Description
Section titled “Description”Synapse Mobility login panel was detected.
YAML Source
Section titled “YAML Source”id: synapse-mobility-panel
info: name: Synapse Mobility Login Panel - Detect author: idealphase severity: info description: Synapse Mobility login panel was detected. reference: - https://synapse.fujifilm.eu/synapse-mobility.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Synapse Mobility Login" google-query: intitle:"Synapse Mobility Login" tags: panel,synapse
http: - 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# digest: 4a0a00473045022100863db236f2dd4df3d50fe25ceb485b851778f55f98ac4a60587d0493ef228e81022066ed3b528979b3eac3f6cf0801d61441be76bd92bcbd06c1d0ad884d52e30da5:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/synapse-mobility-panel.yaml"