Skip to content

SyncThru Web Service Panel - Detect

ID: syncthru-web-service

Severity: info

Author: DhiyaneshDk

Tags: edb,panel,syncthru,printer,samsung

SyncThru Web Service panel was detected.

id: syncthru-web-service
info:
name: SyncThru Web Service Panel - Detect
author: DhiyaneshDk
severity: info
description: SyncThru Web Service panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7843
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
cpe: cpe:2.3:a:samsung:syncthru_web_service:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: samsung
product: syncthru_web_service
shodan-query:
- title:"SyncThru Web Service"
- http.title:"syncthru web service"
fofa-query: title="syncthru web service"
google-query: intitle:"syncthru web service"
tags: edb,panel,syncthru,printer,samsung
http:
- method: GET
path:
- "{{BaseURL}}/sws/index.sws"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SyncThru Web Service</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a004730450221008e5b04d29b0eef2ba443bcb6f65fdc2138a9979fca9b85e81eb0a7c235caf018022036176afc4419c811eeddd4a6e0411ff4b0557eaeccb8db431a8dfc95f0e052b6:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/syncthru-web-service.yaml"

View on Github