33 lines
598 B
YAML
33 lines
598 B
YAML
id: syncthru-web-service
|
|
|
|
info:
|
|
name: SyncThru Web Service
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7843
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"SyncThru Web Service"
|
|
tags: panel,syncthru,printer
|
|
|
|
requests:
|
|
- 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
|