Git Product home page Git Product logo

Comments (8)

afuen010 avatar afuen010 commented on June 10, 2024 1

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'?

Iā€™m having this same issue. Have you figured it out?

from apple_bleee.

secu77 avatar secu77 commented on June 10, 2024 1

I have the same error. I tried to fix it by installing an older version of openssl and linking it to Python, but it didn't work:

# Installing OpenSSL 1.1.1v
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1v/openssl-1.1.1v.tar.gz
tar zxf openssl-1.1.1v.tar.gz
cd openssl-1.1.1v
./config --prefix=/usr/src/lib --openssldir=/usr/src/lib/ssl
make
make install
cd ..

# Installing Python3.8 and linking openssl lib
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
tar xf Python-3.8.0.tgz
cd Python-3.8.0
LDFLAGS="${LDFLAGS} -Wl,-rpath=/usr/src/lib/lib" ./configure --with-openssl=/usr/src/lib
make
make install

I may have missed something or made a mistake, I don't know. If you know anything, it would be nice to know.

from apple_bleee.

TiborUdvari avatar TiborUdvari commented on June 10, 2024

I haven't managed to get it to work, let me know if you figure it out, please.

from apple_bleee.

fuad00 avatar fuad00 commented on June 10, 2024

Any updates?

from apple_bleee.

steev avatar steev commented on June 10, 2024

I believe this is actually an issue with ctypescrypto, and newer openssl and not apple_blee's code itself

from apple_bleee.

szhyt avatar szhyt commented on June 10, 2024

There is the same problem. If it is resolved, please publicize the solution. Thank you

from apple_bleee.

mmotwicki avatar mmotwicki commented on June 10, 2024

Same thing, didn't managed to get it to work

from apple_bleee.

steev avatar steev commented on June 10, 2024

I have the same error. I tried to fix it by installing an older version of openssl and linking it to Python, but it didn't work:

# Installing OpenSSL 1.1.1v
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1v/openssl-1.1.1v.tar.gz
tar zxf openssl-1.1.1v.tar.gz
cd openssl-1.1.1v
./config --prefix=/usr/src/lib --openssldir=/usr/src/lib/ssl
make
make install
cd ..

# Installing Python3.8 and linking openssl lib
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
tar xf Python-3.8.0.tgz
cd Python-3.8.0
LDFLAGS="${LDFLAGS} -Wl,-rpath=/usr/src/lib/lib" ./configure --with-openssl=/usr/src/lib
make
make install

I may have missed something or made a mistake, I don't know. If you know anything, it would be nice to know.

The issue is ctypescrypto not apple_bleee - rebuild ctypescrypto against the older openssl

from apple_bleee.

Related Issues (20)

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.