Giter Site home page Giter Site logo

didnt work about airdos HOT 10 CLOSED

kishanbagaria avatar kishanbagaria commented on June 5, 2024
didnt work

from airdos.

Comments (10)

PeterDragonTM avatar PeterDragonTM commented on June 5, 2024 1

Groovy!

$ python3 AirDoS.py
2020-01-02 15:35:14,888 ⏳ Looking for devices... Open Finder -> AirDrop
2020-01-02 15:35:19,634 ❌ Ignoring iPhone iOS 13.3.0 ccxxxxxxxxxxxx-92af-4f2a-83f0-xxxxxxxxxxx7.local. [fe80::xxxxxxxxxxx]:8770

from airdos.

 avatar commented on June 5, 2024 1

The problem I encountered has been solved. It should be the version of opendrop! Thank you very much!

from airdos.

KishanBagaria avatar KishanBagaria commented on June 5, 2024

Can you elaborate? A screenshot or error messages you saw would be helpful in diagnosing this.

from airdos.

PeterDragonTM avatar PeterDragonTM commented on June 5, 2024

Not sure if the OP is seeing the same thing as me. I install the application, and then run "python3 AirDoS.py" after opening the Finder --> Airdrop. And despite phones being present on Firmware versions prior to 13.1, the script does not detect a device. So far 3 different iPhones, 6, 8, and iPhone 5.

I was trying this on 10.15.2, so I reinstalled macOS to the original version of 10.14.6, ad the same issue occurs. No error, just what's seen below.

Tried with and with out sudo.
$ sudo python3 ./AirDoS.py
2020-01-02 15:01:42,990 ⏳ Looking for devices... Open Finder -> AirDrop

$ python3 ./AirDoS.py
2020-01-02 15:01:42,990 ⏳ Looking for devices... Open Finder -> AirDrop

Any feedback is welcome

from airdos.

KishanBagaria avatar KishanBagaria commented on June 5, 2024

Can you try running opendrop find and see if that shows up any devices?

from airdos.

PeterDragonTM avatar PeterDragonTM commented on June 5, 2024

It did return results there. See below.

$ opendrop find
Looking for receivers. Press enter to stop ...
Found index 0 ID 17xxxxxxxxx name iPhone

from airdos.

PeterDragonTM avatar PeterDragonTM commented on June 5, 2024

I also did the looping open drop, and that does work as well.

$ while true; do opendrop send -r 0 -f requirements.txt; done
Asking receiver to accept ...
Receiver accepted
Uploading file ...
Uploading has been successful
Asking receiver to accept ...
Receiver accepted
Uploading file ...
Uploading has been successful
Asking receiver to accept ...
Receiver accepted
Uploading file ...
Uploading has been successful

from airdos.

KishanBagaria avatar KishanBagaria commented on June 5, 2024

Ah it seems opendrop was updated since this script was released and the latest version of opendrop has a breaking change

This should make it work:

pip3 uninstall opendrop
pip3 install opendrop==0.10.3

I've tested this on Catalina so you can upgrade if you wish.

I'll commit a fix.

from airdos.

Floris497 avatar Floris497 commented on June 5, 2024

My iPhone automatically ignores the messages after 3 times declining.. so not very effective.

from airdos.

KishanBagaria avatar KishanBagaria commented on June 5, 2024

@Floris497 That's the fix Apple implemented in iOS 13.3 after I reported this. That's why the script automatically ignores devices with that iOS version.

from airdos.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.