-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help with usage #10
Comments
To install it, you have to first install the required apt packages (see README) and clone the repository. |
Hello, thanks for the reply. In the instructions, in the part "Required APT Packages:" In the "Required OWL Binaries:" topic, I was confused if it's just inclusion information or if I need to include something. This step I didn't understand well, if I want to send it to someone who doesn't have my contact, what happens? "On the mobile side, just add a contact with the same email address used for the extracted Apple ID used for extraction" Thanks a lot for the help |
Ubuntu is based on Debian so it's the same. OWL is an open source implementation of Apples Protocol - that section just mentions that you don't need to install OWL since GoOpenDrop already ships with it.
It probably won't work but I can't test it. |
Every time I run it, this happens: |
You're not supposed to run config.json alone. Please use |
hi @PhilDevProg ! i try, but dont work... |
Looks like the goopendrop file should be somewhere in the folder out/arm*. You have to copy it to the normal goopendrop folder. |
Ok, OWL isn't running. You have to follow the guide in the file RequiredPacakes.txt in Compiled_OWL/arm(or arm64 depending on your distro type) and run OWL via the command |
in the RequiredPacakes.txt has: i run it! when i run OWL: i dont understand why |
That means that your WiFi card doesn't support the active monitor mode which is required to listen to Airdrop. So either you buy a WiFi Adapter that supports active monitor mode or you can't use it. |
That's weird. i'm using a raspberry pi zero 2. figured it worked fine. I'm going to have to look at compatible cards and eat one to test. |
You can check if a WiFi card supports active monitor mode with |
@lucasromeiro Btw, did you extract the keys from an Apple Developer Account or did it work without it? |
Hello, thanks! I bought a usb dongle for this, I'm waiting for it to arrive! |
hi, i extract the keys. |
I know. I just wanted to know (out of curiosity) if you had to use an Apple Developer Account. |
Oh, sorry for the confusion. Yes, you need to have a developer account. It was a little difficult because there were some errors with the certificate, but in the end I managed to solve the problem and the certificate was accepted and the keys extracted successfully. Have you ever used this library to send something? I would still like to understand a little more about how it works. I would like to send a photo to a number that does not have my contact saved. |
No, I didn't because I don't have a Developer Account and won't pay 90$ for that but since the README mentions that you have to save your contact on the devices to which you want to send something it probably won't work without it. |
I read somewhere, I think it was in some issue that has already been closed. I read that it is possible to use the library without the keys, but you have some limitations. |
Thanks, I'll look into that :-) |
please, If you get something, let me know. It will be good to know |
could you please show the output of this: ifconfig -a |
Hi @bodaay |
iw phy phy0 info: root@raspberrypi:/home/pi/open-ath9k-htc-firmware# iw phy phy0 info |
Could something change if I change the installed operating system? |
Hi @lucasromeiro , We tested this on Raspian OS and it was working fine. Can you try it with Raspian OS? |
Hi @imashoksundar |
@lucasromeiro Go isn't installed. You can install it via |
@bodaay |
Run and tnd share the output of:
|
Please install owl Its included in https://github.com/bodaay/GoOpenDrop/tree/master/Compiled_OWL Read the file RequiredPackages and follow it |
Hi, nice! See: |
Try ` sudo owl -i wlan1 ` |
I'm not sure why it cannot control the interface but the first question I have, is why did you connect wlan1 to your access point? I can see from the ifconfig output its already connected and has an IP address and please include the output of this command:
|
Hi, I have a wifi modem connected on usb (dongle). This was connected together with the RPI, the choice of the wifi modem was made by the RPI, I didn't configure it that way. My RPI has wifi, can I use it to connect to wifi and leave the other usb modem free? |
I'm sorry, include the full output of this:
check in capabilities part, does it have: support active monitoring mode |
I have a Raspberry pi zero 2 and a usb modem that is on the list of boards: Bus 001 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n The output:
root@raspberrypi:/home/pi/GoOpenDrop/out/arm# iw list |
I bought this modem only for this project, because it was on the compatibility list: |
I don't see the support for active monitoring, you are right, its on the list at: https://github.com/morrownr/USB-WiFi/blob/main/home/The_Short_List.md I tested two adapters from that list which are on README page. I did some search, and aparently that adapter is not working properly |
Thanks. What do you suggest? |
mt7612u is an awesome chipset, and for me was working perfectly in this adapter: ALFA AWUS036ACM if you want a dongle size small adapter, Linksys AE600 worked great as well |
I finally managed to run the software. |
I need to send files to company employees. For those who have already received it, I don't need to resend it. So what I need is to send a photo to every discovered device and after sending it, add it to a sent list so as not to send it again. It would be just that. |
please start this as new issue, since its not related to the same issue |
It was quite confusing for me how to install and use this code. Has anyone used it on a raspberry pi?
I'm trying to do this, with a ZERO RPI 2 Ubuntu.
Can someone help me?
I'm quite confused and what steps should I follow to install and how to call this code in a python script to scan or send some file. thank you for any help.
Ps, I got the keys, I also need to know where to put them…
The text was updated successfully, but these errors were encountered: