DeprecationWarning: ssl.wrap_socket() is deprecated
alliesw opened this issue · 1 comments
alliesw commented
$ 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...
kartikdurg commented