Skip to content

Pair Drop Panel - Detect

ID: pair-drop-panel

Severity: info

Author: rxerium

Tags: panel,pairdrop,login

Local file sharing in your browser. Inspired by Apple’s AirDrop. Fork of Snapdrop.

id: pair-drop-panel
info:
name: Pair Drop Panel - Detect
author: rxerium
severity: info
description: |
Local file sharing in your browser. Inspired by Apple's AirDrop. Fork of Snapdrop.
reference:
- https://github.com/schlagmichdoch/pairdrop
metadata:
verified: true
max-request: 1
shodan-query: title:"PairDrop"
tags: panel,pairdrop,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>PairDrop'
- 'Peer2Peer'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502206c4dc3b241223ad1d272e487ef1060433a58fccd1b71c087ae3990fea2e67c54022100a1c78a7b909710e19cada0dfd780b932300029e9b14e2d8631d34f9e133dd2f3: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/exposed-panels/pairdrop-panel.yaml"

View on Github