Skip to content

Snapdrop Detect

ID: snapdrop-detect

Severity: info

Author: tess

Tags: iot,snapdrop

Snapdrop panel was detected.

id: snapdrop-detect
info:
name: Snapdrop Detect
author: tess
severity: info
description: Snapdrop panel was detected.
metadata:
verified: true
max-request: 1
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
# digest: 4a0a004730450221009bbf1030dc3c15656cfd2562cb06ddc0cdd0b085909d8defad29c82cb0c9edab02204a2946bfd07576955a6dbf831ede9e2e2717cc9dfbbb9b1de1075f4ce3a9fe59:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/snapdrop-detect.yaml"

View on Github