opendrop
opendrop copied to clipboard
An open Apple AirDrop implementation written in Python
Hi, I wanted to try the PoC which leaks phone numbers. After following the instructions and extracted the certificates I became able to identify devices that are in contacts only...
I can't discover any devices via the `opendrop find` command. It successfully starts looking for receivers but then just sits there and can't discover any devices. OWL seems to be...
would be nice to place ~/.opendrop into `${XDG_DATA_HOME}/opendrop`, falling back to `${HOME}/.local/share/opendrop` and then `$HOME/.opendrop` for backwards compatability.
I am having a problem that does not happen if I sending a file "normally" via the mac AirDrop in Finder. When I am sending my file via the finder...
Ok, so I am trying to airdrop things to people and I have ran into many issues that might be caused by the lack of BLE support. •The commands 'airdrop...
I was wondering if there was a plan for sending to multiple devices simultaneously? Or even better, having a argument to either `opendrop find` or `opendrop send` that would find...
This PR allows devices to be targeted by ID, which previously threw an error as `len(1)` is invalid in Python 3. Also removes the `None` from creation of an ArchiveEntry,...
I can't seem to discover devices and neither can they. I have the TP-Link Archer T1U and owl starts running, but my PC doesn't get detected by an Apple device...
``` Exception occurred during processing of request from ('fe80::2416:18ff:fe71:476e', 56620, 0, 16) Traceback (most recent call last): File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 347, in...