Merge pull request #6517 from tess-ss/patch-105

Create snapdrop-detect.yaml
patch-1
Ritik Chaddha 2023-01-18 01:28:53 +05:30 committed by GitHub
commit 10efd31f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
iot/snapdrop-detect.yaml Normal file
View File

@ -0,0 +1,26 @@
id: snapdrop-detect
info:
name: Snapdrop Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-dork: http.title:"Snapdrop"
tags: iot,snapdrop
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="Snapdrop"'
- type: status
status:
- 200