Misc - Mathtest

A simple miscellaneous challenge that gives the flag after solving 1000 math questions.

In this challenge i had to solve 1000 math questions to retrieve the flag. The questions were generated randomly. I was given a chall.py file.

Solution :

I wrote a small script using pwn library to connect to the server. The below script Solve.py that received each question and calculated answers using python's eval() function.

Last updated