advanced-threat-research/NetLlix

DeprecationWarning: ssl.wrap_socket() is deprecated

alliesw opened this issue · 1 comments

$ python3 HTTP-S-EXFIL.py ssl
/home/kali/Desktop/NetLlixV0.1/WebServer/HTTP-S-EXFIL.py:27: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket()
httpd.socket = ssl.wrap_socket(httpd.socket,
INFO:root:Starting secure httpd...

Since it's just a warning I am closing the issue.

Without any warning on my kali VM:

image