Lesson Plan Title: How to Perform JSON Injection

Concept / Topic To Teach:

This lesson teaches how to perform JSON Injection Attacks.

How the attacks works:

JavaScript Object Notation (JSON) is a simple and effective lightweight data exchange format. JSON can be in a lot of forms such as arrays, lists, hashtables and other data structures. JSON is widely used in AJAX and Web2.0 application and is favored by programmers over XML because of its ease of use and speed. However, JSON, like XML is prone to Injection attacks. A malacious attackers can inject the reply from the server and inject some aribtrary values in there.

General Goal(s):

* You are travelling from Boston, MA- Airport code BOS to Seattle, WA - Airport code SEA.
* Once you enter the three digits code of the airport, an AJAX request will be executed asking for the tickets price.
* You will notice that there are two flights available, an expensive one with no stops and another cheaper one with 2 stops.
* Your goal is to try to get the one with no stops but for a cheaper price.