HTB University CTF 2024: Binary Badlands Alphascii Testing
In this problem we are given the source code to a server to be accessed using `netcat`. In this server we have three options: login, register, and exit. The server claims to be using `MD5` to secure the credentials and that they are sure this is very secure. Any option passed to the server needs to...