-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
error #7
Comments
The issue is TLSv1 is deprecated and no longer used. You need to switch it to TLS_SERVER In |
i changed what you said to change,now the printout is "[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1124) |
What version of python are you running? |
|
You can try PROTOCOL_TLS but this has been deprecated in newer versions of python |
[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1124) any ideas how to fix it, or what to replace/change? |
or maybe you know useful and easy to use alternative for this? |
Can try reverting it back to the old tls and make sure you the certFingerprint is correct |
Okay, i reverted it back. Sorry for stypid question, but i am just a beginner in it. how to check if certFingerprint is correct? |
First create the certs Then to get the fingerprint type |
okay, i did it, got somethin like "18E82BC42325DD02121115D35961D0F5292E"
okay, i did it, got somethin like "18E82BC42325DD02121115D35961D0F5292E" |
Correct |
we are stuck in endless circle =) |
thank you for your help anyway, god bless you |
@gitbotezok changing the line 16 to |
I can confirm this is not working on latest kali... I also get UNSUPPORTED_PROTOCOL or NO_CIPHERS_AVAILABLE... Tried changing the openssl conf file without success... Anyone can help? Thanks! |
Works by using newest Kali at the time of writing + python2 + MinProtocol = TLSv1.0 in /etc/ssl/openssl.cnf. Context is: context = ssl.SSLContext(ssl.PROTOCOL_TLSv1) |
Hello!
I've got this error when i try to do reverse shell from my windows vps to linux vps
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
[SSL] internal error (_ssl.c:1124)
how to fix it ?
The text was updated successfully, but these errors were encountered: