Reactor Writeup
Hacktivitycon 2021
Solved by: Starry-Lord
Flag gets more and more unscrambled with correct digits. Basically 4 digit Pin probabilities plus dynamic deobfuscating made the total of possibilities go down to less than 40, like an Eval situation, where you would have result if your first characters are correct.
A. Input 1 digit, 0 to 5, (5) B. Input second digit 0-9(9) C. Input third digit 0-2(2) D. Input fourth digit 0-7(flag!)
27 tries on /40
I agree it’s most likely not the intended way but 4 digits pin plus Eval like function is vulnerable enough 😉
5 was the only one starting with letter f, four characters and a promising { like in other flags.