KishanBagaria / AirDoS

💣 Remotely render any nearby iPhone or iPad unusable with an AirDrop exploit (now patched)
https://kishanbagaria.com/airdos/
GNU General Public License v3.0
213 stars 41 forks source link

Errors #4

Closed pedrodj7878 closed 4 years ago

pedrodj7878 commented 4 years ago

Hi KushanBangaria,

thank you for your work :)


python3 AirDoS.py Traceback (most recent call last): File "AirDoS.py", line 17, in from opendrop.client import AirDropBrowser, AirDropClient File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\site-packages\opendrop\client.py", line 30, in import libarchive File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\site-packages\libarchive__init.py", line 1, in from .entry import ArchiveEntry File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\site-packages\libarchive\entry.py", line 6, in from . import ffi File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\site-packages\libarchive\ffi.py", line 27, in libarchive = ctypes.cdll.LoadLibrary(libarchive_path) File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\ctypes__init__.py", line 447, in LoadLibrary return self._dlltype(name) File "C:\Users\Kali\AppData\Local\Programs\Python\Python38-32\lib\ctypes\init.py", line 359, in init__ if '/' in name or '\' in name: TypeError: argument of type 'NoneType' is not iterable


Any suggestion?

KishanBagaria commented 4 years ago

Not sure if this will work on Windows, you can try https://github.com/seemoo-lab/opendrop

If opendrop doesn't work too, this script won't work.