Challenge
Server: nc 34.85.45.159 20005
File: task.py
Solution
The challenge is broken :(
1 | R = self.recvpoint(30) |
where the input function recvpoint(sz)
:
1 | def recvpoint(self, sz): |
So just send some garbage to get the flag.
Server: nc 34.85.45.159 20005
File: task.py
The challenge is broken :(
1 | R = self.recvpoint(30) |
where the input function recvpoint(sz)
:
1 | def recvpoint(self, sz): |
So just send some garbage to get the flag.