forked from SpiderLabs/Responder
-
-
Notifications
You must be signed in to change notification settings - Fork 772
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
Comments
I have the same problem. |
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:
|
Same problem . |
tcfitzgerald
referenced
this issue
in tcfitzgerald/Responder
Jun 28, 2022
This one has been fixed a few minutes ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: