nuclei-templates/http/iot/snapdrop-detect.yaml

28 lines
432 B
YAML

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