Archives for October, 2010

Test Now: Is Your Web Site Or Web Application Vulnerable To SQL Injection Attacks?

Test Now: Is Your Web Site Or Web Application Vulnerable To SQL Injection Attacks?

According to Wikipedia, SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It …

5 Mins – Quick Setup Guide To Run CakePHP On Windows 7

5 Mins – Quick Setup Guide To Run CakePHP On Windows 7

In this tutorial, I will be guiding you on how to set and run the CakePHP framework on Windows 7. For those who have not heard of CakePHP before, it is an open source web application framework for producing web applications. It is written in PHP, modeled after the concepts of Ruby on Rails, and …