nuclei-templates/exposed-panels/syncthru-web-service.yaml

40 lines
827 B
YAML
Raw Normal View History

2022-08-17 17:31:50 +00:00
id: syncthru-web-service
info:
name: SyncThru Web Service Panel - Detect
2022-08-17 17:31:50 +00:00
author: DhiyaneshDk
severity: info
description: SyncThru Web Service panel was detected.
2022-08-17 17:31:50 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-08-17 17:31:50 +00:00
metadata:
verified: true
shodan-query: title:"SyncThru Web Service"
tags: edb,panel,syncthru,printer
2022-08-17 17:31:50 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sws/index.sws"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SyncThru Web Service</title>"
- type: word
2022-08-20 09:27:28 +00:00
part: header
2022-08-17 17:31:50 +00:00
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2023/01/18