nuclei-templates/iot/snapdrop-detect.yaml

34 lines
570 B
YAML
Raw Normal View History

2023-01-11 23:07:29 +00:00
id: snapdrop-detect
info:
name: Snapdrop Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-dork: http.title:"Snapdrop"
2023-01-12 05:26:52 +00:00
tags: iot,snapdrop
2023-01-11 23:07:29 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
2023-01-12 05:26:52 +00:00
part: body
2023-01-11 23:07:29 +00:00
words:
- 'Snapdrop'
- 'Open Snapdrop on other devices to send files'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200