SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.38k stars 325 forks source link

Downgraded openssl but still getting errors #45

Open klenex opened 4 years ago

klenex commented 4 years ago

Enable SSL Connection received from Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/Seth/seth/main.py", line 46, in run self.enableSSL() File "/Seth/seth/main.py", line 161, in enableSSL do_handshake_on_connect=True, File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket _context=self) File "/usr/lib/python3.5/ssl.py", line 760, in init self.do_handshake() File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:719)

Listening for new connection Enable SSL Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/Seth/seth/main.py", line 46, in run self.enableSSL() File "/Seth/seth/main.py", line 161, in enableSSL do_handshake_on_connect=True, File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket _context=self) File "/usr/lib/python3.5/ssl.py", line 760, in init self.do_handshake() File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:719)

^C[] Cleaning up... [] Done

Openssl Version:

OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.1t 3 May 2016)

Python Version: python -c "import ssl; print ssl.OPENSSL_VERSION" OpenSSL 1.1.0f 25 May 2017

Testing on windows 7 rdp, rc4 enabled, and NLA disabled.

AdrianVollmer commented 4 years ago

I suspect the solution to your problem is the same as here: https://github.com/SySS-Research/Seth/issues/33#issuecomment-537026783

Can you please try this and report back?