Create syncthru-web-service.yaml

patch-1
Dhiyaneshwaran 2022-08-17 23:01:50 +05:30 committed by GitHub
parent b867ed6ef5
commit eb1dd0c66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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
requests:
- method: GET
path:
- "{{BaseURL}}/sws/index.sws"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SyncThru Web Service</title>"
condition: and
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200