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

ssl error #46

Closed
Hackingzone opened this issue Dec 23, 2019 · 1 comment
Closed

ssl error #46

Hackingzone opened this issue Dec 23, 2019 · 1 comment

Comments

@Hackingzone
Copy link

unable to load certificate
140110513026240:error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE
[!] Failed to clone certificate, create bogus self-signed certificate...
[] Adjust iptables rules for all packets...
[
] Run RDP proxy...
Listening for new connection
Connection received from 192.168.1.185:35364
Warning: RC4 not available on client, attack might not work
Listening for new connection
Enable SSL
Connection received from 192.168.1.185:35366
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 46, in run
self.enableSSL()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 161, in enableSSL
do_handshake_on_connect=True,
File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket
session=session
File "/usr/lib/python3.7/ssl.py", line 870, in _create
self.do_handshake()
File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076)

Warning: RC4 not available on client, attack might not work
Listening for new connection
Enable SSL
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 46, in run
self.enableSSL()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 161, in enableSSL
do_handshake_on_connect=True,
File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket
session=session
File "/usr/lib/python3.7/ssl.py", line 870, in _create
self.do_handshake()
File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076)

Connection received from 192.168.1.185:35368
Warning: RC4 not available on client, attack might not work
Listening for new connection
nable SSL
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 46, in run
self.enableSSL()
File "/root/Desktop/rdp_redteaming/Seth/seth/main.py", line 161, in enableSSL
do_handshake_on_connect=True,
File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket
session=session
File "/usr/lib/python3.7/ssl.py", line 870, in _create
self.do_handshake()
File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076)

Connection received from 192.168.1.185:35368
Warning: RC4 not available on client, attack might not work
Listening for new connection

@AdrianVollmer
Copy link
Member

See #45

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