
Challenge:
Funmail
Category:
Rev
Running the binary, we are prompted for a username and password. We already know the username, so we need to find out the password. This is easy enough because it is hard coded and can be discovered by running strings on the program.
Now we log in with our credentials and read the email, which gives us our flag!
Challenge:
Funmail...