This is a series of challenges. Exploit only the vulnerabilities asked of you in the challenge, you may find others but they'll be addressed in further challenges.
But first, you'll need to be able to run his software on your computer. We can't very well install software like this on the Binrev server, unless we want a repeat of last July
All the web applications included are protected with a .htpasswd file, forcing HTTP authentication. This is done to prevent anyone poking around in your network from discovering this (quite vulnerable) software. The username and password you use here is always igor/igor.. If you're paranoid, use a firewall and/or change this username and password in the .htpasswd file.
So the challenge here is simple, set up a LAMP server. You should also have a way of executing SQL statements from the command-line stored in a file. This is the way Igor sets up his database (no sophisticated PHP scripts yet!) so this is how you should be doing it. I suspect many of you are already finished, but this challenge is here so everyone is on the same page.











