-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
After I got owl working with an active monitor mode, this is a the error I'm getting when trying to launch airdrop_leak. I don't know how to debug this, please help.
Traceback (most recent call last):
File "/home/kali/Developer/apple_bleee/airdrop_leak.py", line 22, in <module>
from opendrop2.cli import AirDropCli
File "/home/kali/Developer/apple_bleee/opendrop2/cli.py", line 30, in <module>
from .client import AirDropBrowser, AirDropClient
File "/home/kali/Developer/apple_bleee/opendrop2/client.py", line 32, in <module>
from .util import AirDropUtil, AbsArchiveWrite
File "/home/kali/Developer/apple_bleee/opendrop2/util.py", line 57, in <module>
from ctypescrypto import cms, x509, pkey, oid
File "/usr/local/lib/python3.10/dist-packages/ctypescrypto/cms.py", line 18, in <module>
from ctypescrypto.x509 import StackOfX509
File "/usr/local/lib/python3.10/dist-packages/ctypescrypto/x509.py", line 731, in <module>
libcrypto.X509_NAME_hash.restype = c_long
File "/usr/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /lib/arm-linux-gnueabihf/libcrypto.so.3: undefined symbol: X509_NAME_hash. Did you mean: 'X509_NAME_cmp'?
fuad00, szhyt and mmotwicki
Metadata
Metadata
Assignees
Labels
No labels