Introduction

The following series of posts will go into each level of the game.

Level 1

Mission Objective

Inject a script to pop up a JavaScript alert() in the frame below.

Once you show the alert you will be able to advance to the next level.

<script>alert(1);</script>

Level 1

After inserting the above, you get:

Level 1 Finish