CTF

SalusLab MQTT challenge

Challenge info It's pretty obvious that this is a script written in the python interpreter's interactive mode. Here is the commented code for better explanation: >>> import base64 #importing base64 library >>> msg = msg + " "+ base64.b64encode(data) #encoding "data" in base64 #then adding it to local variable "msg" Read more…

ago