error with websocket
Closed this issue · 10 comments
Hi I am getting this error on execution:
ubuntu:~/Documents/GitHub/santas_little_helper$ python3 santas_little_helper.py
Traceback (most recent call last):
File "santas_little_helper.py", line 33, in <module>
ws = websocket.WebSocket(sslopt={"cert_reqs": ssl.CERT_NONE})
TypeError: __init__() got an unexpected keyword argument 'sslopt'
Any idea how to fix this?
Thanks
AK
Hello!
It seems like you are missing the correct websocket dependency.
Please run
python3 -m pip install websocket_client
I will add this to the readme as well.
They seem down indeed. However it seems that the other endpoints are still up and running. For example the splunk interface is still up at https://splunk.elfu.org. Or all of the terminal challenges are also still working. For example: https://docker2019.kringlecon.com/?challenge=iptables
If you are interested in doing some challenges, I have the direct URLs for most of them in my writeup at https://pollev.github.io/Kringlecon-2-Turtle-Doves/
My apologies that the writeup is not complete yet. It is quite a big wall of text to work on.
Hi,
We finished all except 12. Going to try it today!
Well, we will see if the servers come back online today. I still need the credentials to login to the sled machine thing. But I suppose the elf standing next to it is going to give me those...