commit
10efd31f43
|
@ -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
|
Loading…
Reference in New Issue