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 and Threads Errors #206

Closed
avi8892 opened this issue Jun 12, 2022 · 4 comments
Closed

SSL and Threads Errors #206

avi8892 opened this issue Jun 12, 2022 · 4 comments

Comments

@avi8892
Copy link

avi8892 commented Jun 12, 2022

Hey,

I׳m trying to use the new version, when I run it I get the following errors:

/home/kali/Desktop/Responder/./Responder.py:366: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
thread.setDaemon(True)
/home/kali/Desktop/Responder/./Responder.py:256: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket()
server.socket = ssl.wrap_socket(server.socket, certfile=cert, keyfile=key, server_side=True)

@avi8892 avi8892 changed the title SSL Errors SSL and Threads Errors Jun 12, 2022
@bonitopalabro
Copy link

I have the same problem.

@Zamanry
Copy link

Zamanry commented Jun 21, 2022

Due to Python 3.10: "The following threading methods are now deprecated:

The following ssl deprecations:

I may be able to fix this issue this week. Seems pretty straight forward.

We will be stuck until impacket fixes getname and currentthread:

tools\MultiRelay\impacket-dev\impacket\dcerpc\v5\dcomrt.py:1078: del(INTERFACE.CONNECTIONS[self.__target][currentThread().getName()])
tools\MultiRelay\impacket-dev\impacket\dcerpc\v5\dcomrt.py:32:from threading import Timer, currentThread
``

@braintxx
Copy link

Same problem .

@lgandx
Copy link
Owner

lgandx commented Jul 12, 2022

This one has been fixed a few minutes ago.
Thanks for submitting this issue.

@lgandx lgandx closed this as completed Jul 12, 2022
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

5 participants