Trust in my calculator
Warmup/Misc
Last updated
Warmup/Misc
Last updated
This is a calculator challenge on netcat, with randomized numbers. Even though this was a simple challenge, it really trained me to properly use pwntools to parse through bytes received from the remote. Also I was late to solving this challenge and another team member stole my points
Using the knowledge that the numbers always come after the :
sign, this was my solver script that I brute forced the iteration range to be 20 questions
Using the mentioned script, I was able to obtain the flag!