Challenge Diggin through some old files we discovered this binary. Although despite our inspection we can't figure out what it does. Or what it wants... unknown - md5: 9f08f6e8240d4a0e098c4065c5737ca6 Summary It is a typical reverse engineering task where we have to get the password (that in this case is the flag). For this purpose I have used the tools, objdump and radare2, and Python to develop the solution. Solution $ file unknown unknown: ELF 64-bit LSB executable, x86-64, version 1 …