View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007922 | Kali Linux | [All Projects] General Bug | public | 2022-09-15 21:45 | 2023-05-31 14:56 |
Reporter | steev | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Product Version | 2022.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007922: apple-bleee python script airdrop_leak.py throws an error with undefined X509_NAME_hash | ||||
Description | I'm not sure if this is an upstream bug or on us, but getting this into the bug tracker so it's tracked somewhere at least. Attempted to run the airdrop_leak.py script annd got an undefined symbol on armel, have not tested other architectures yet. | ||||
Steps To Reproduce | sudo python3 /usr/share/apple-bleee/airdrop_leak.py Traceback (most recent call last): File "/usr/share/apple-bleee/airdrop_leak.py", line 22, in <module> from opendrop2.cli import AirDropCli File "/usr/share/apple-bleee/opendrop2/cli.py", line 30, in <module> from .client import AirDropBrowser, AirDropClient File "/usr/share/apple-bleee/opendrop2/client.py", line 32, in <module> from .util import AirDropUtil, AbsArchiveWrite File "/usr/share/apple-bleee/opendrop2/util.py", line 57, in <module> from ctypescrypto import cms, x509, pkey, oid File "/usr/lib/python3/dist-packages/ctypescrypto/cms.py", line 18, in <module> from ctypescrypto.x509 import StackOfX509 File "/usr/lib/python3/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-gnueabi/libcrypto.so.3: undefined symbol: X509_NAME_hash. Did you mean: 'X509_NAME_cmp'? | ||||
|
Also occurs on arm64 |
|
same issue on amd64 I think it's related to libssl3 https://beta.openssl.org/docs/manmaster/man3/X509_NAME_hash.html |
|
This report has been filed against an old version of Kali. We will be closing this ticket due to inactivity. Please could you see if you are able to replicate this issue with the latest version of Kali Linux (https://www.kali.org/get-kali/)? If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup? For more information, please read: https://www.kali.org/docs/community/submitting-issues-kali-bug-tracker/ |