Merge pull request #5148 from projectdiscovery/syncthru-web-service

Create syncthru-web-service.yaml
patch-1
Prince Chaddha 2022-08-20 15:01:00 +05:30 committed by GitHub
commit b3739d35ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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