Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version of cryptography leads to problems as functions used in frida are deprecated #60

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

hakiett
Copy link

@hakiett hakiett commented Apr 7, 2019

No description provided.

@0x5e
Copy link

0x5e commented Jul 26, 2019

cryptography 2.1.4 not work for me. >= 2.5 is ok.

No handlers could be found for logger "paramiko.transport"
*** Caught exception: <type 'exceptions.AttributeError'>: Raw
Traceback (most recent call last):
  File "./dump.py", line 309, in <module>
    ssh.connect(Host, port=Port, username=User, password=Password)
  File "/usr/local/lib/python2.7/site-packages/paramiko/client.py", line 406, in connect
    t.start_client(timeout=timeout)
  File "/usr/local/lib/python2.7/site-packages/paramiko/transport.py", line 660, in start_client
    raise e
AttributeError: Raw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants