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

paramiko.auth_handler issue #1

Open
hexrom opened this issue Jul 4, 2019 · 1 comment
Open

paramiko.auth_handler issue #1

hexrom opened this issue Jul 4, 2019 · 1 comment

Comments

@hexrom
Copy link

hexrom commented Jul 4, 2019

root@kali:~/Downloads/CVE-2018-15473# python openssh.py <OMITTED> --port 22 --userlist ~/Downloads/ssh-userlist.txt 
Traceback (most recent call last):
  File "openssh.py", line 17, in <module>
    old_parse_service_accept = paramiko.auth_handler.AuthHandler._handler_table[paramiko.common.MSG_SERVICE_ACCEPT]
TypeError: 'property' object has no attribute '__getitem__'
root@kali:~/Downloads/CVE-2018-15473# pip list |grep paramiko
paramiko                      2.6.0         
root@kali:~/Downloads/CVE-2018-15473# pip list |grep cryptography
cryptography                  2.6.1    
@x676f64
Copy link

x676f64 commented Aug 4, 2019

This is due to the version of paramiko in use.

pip install paramiko==2.0.8

Should fix the issue.

See: paramiko/paramiko#1314

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

No branches or pull requests

2 participants