Lesson Plan Title: How to Perform a SQL Injection
Concept / Topic To Teach:
SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.General Goal(s):
For this exercise, you will perform SQLInjection attacks. You will also implement code changes in the web application to defeat these attacks.