People either love or hate math. Do you love it? Prove it! You just need to solve a bunch of equations without a mistake.
Service: 188.166.133.53:11027
Solution
Connecting to the service with nc 188.166.133.53 11027 gave me a simple equation.
I answered a few manually, but quickly realized that I had to write a script for
this.
From my manual testing I saw that the format was always of the format
x [+-*/] [number] = [number]
So I quickly hammered together a script, and crossed my fingers.
Yes, I know the code is ugly as hell. But it works.