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

Set paramiko version to 2.0.8 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Set paramiko version to 2.0.8 #18

wants to merge 1 commit into from

Conversation

leesoh
Copy link

@leesoh leesoh commented Jan 25, 2019

After attempting to run this image, the following error pops up:

$ docker run --rm -it cve2018-15473
Traceback (most recent call last):
  File "sshUsernameEnumExploit.py", line 33, in <module>
    old_parse_service_accept = paramiko.auth_handler.AuthHandler._handler_table[paramiko.common.MSG_SERVICE_ACCEPT]
TypeError: 'property' object has no attribute '__getitem__'

Per this issue the fix is to downgrade to Paramiko v2.0.8.

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

1 participant