Cracking Google Summer Of Code

Google Summer of Code is a program sponsored by Google to introduce students to open source programming. Students work on the projects mentored by different open source organizations. It is an incredible opportunity to learn the various tools and practices...

Storing Delicious Passwords

Most of the web applications require their users to authenticate themselves by asking them username and password. They compare the user supplied credentials with the data stored in their database and if the credentials match, the user is granted access....

GSOC '14 WebGoatPHP Proposal

Google Summer Of Code Abstract WebGoat is one of the most popular open source web applications developed by OWASP. It is a deliberately insecure web application developed using Java to provide a security awareness environment. It offers a set of...

What Happens When You Power On Your Computer

Ever wondered what all goes inside your computer when you switch on the power button? How is an Operating System loaded ? How you are presented with an user friendly GUI screen? Through this post I will peek into the...

Custom 404 page in Apache

What is 404 error? When you fire up your web-browser and type in, say google.com/foo, your web-browser makes a request to the server for page БЂњfooБЂ«. In return, server returns a response with a special status code indicating the status...