AlexCTF SC1: Math Bot
SC1: Math Bot
Unfortunately, by the time I got around to writing this the AlexCTF challenges were no longer available so I do not have the exact description.
However, this was a basic scripting challenge in which the user needed to connect to a server and answer mulitple math questions.
To do this I wrote a python script to parse the line use the operator library to solve the math problem.
This script would continually send the answer to problems until the flag was seen in the response. Luckily, I already had this screenshot.