-
Notifications
You must be signed in to change notification settings - Fork 321
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
SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol #31
Comments
openssl is already failing to read the certificate of the host. Your packages might actually be too recent, as they stop supporting old ssl ciphers for security reasons. Can you run Also the output of I should think about including some unsecure version of openssl where all ciphers are compiled in... |
Hi Adrian,
|
Your host only offers TLS1.0. I think this protocol was disabled in recent Kali and Debian versions, so you can't connect to the host. Make sure you have these lines in
|
Thanks Adrian. I changed the openssl.cnf stanza for [system_default_sect] from the following:
to
Now, when I run seth again, I get the following:
This appears to be similar to the issue here Interestingly, RC4-SHA is supported on the host running RDP to which victim connects based on |
Yes, it's supported on the host, but your version of openssl is too recent. They patched RC4 out. For whatever reason, the attack sometimes doesn't work if you don't use RC4. You get the internal TLS error. I don't understand why. We need to include https://github.com/drwetter/openssl-1.0.2.bad/ somehow to solve this. I'm actually thinking about proposing to include this in Kali, since security researches sometimes need to connect to legacy hosts that only support RC4. |
I'm closing this, because as you said, now it's a duplicate of #17 Thanks for reporting! |
Hi,
I have a windows 7 machine which is running RDP for all versions (not NLA enabled) on 192.168.57.202. I am trying to connect from a Windows 10 machine to the Windows 7 host 192.168.57.202, but I am encountering the error below. Is it possible to advise what could be the issue here with the unsupported protocol error message? I thought that i have out-of-date packages and have checked my device time too - they are up-to-date and accurate respectively.
Command that I ran with output:
The text was updated successfully, but these errors were encountered: