Hackthissite.org application 3

Open the application in a hex editor, same as mission one. Search for "auth" or something similar and look a bit further down. A bit further down it will say something like: " TStatus: Reading data............................true "

Change the "true" to "false", and save the file.

When you now open the file, it won't connect to the hackthissite.org server, and you can type inn any password you want. After doing this, you get your password. Just type that into the application 3 password field.

I got the password: "fireyourboss"

Explain

There is another way to do this, but it's a bit harder. Set up your own web-server, Change the host to localhost, or whatever server you are using. Then change the "/application/app3/auth.php?auth=" so what you put out yourself. When you get to this point, you just have to make a file that prints true instead of false. The reason this works is because the application really doesn't want a password. It's just for show...