Level1 -> Level2

This program takes unchecked user input and places it directly on the command line. Because of this, you are able to run multiple commands as user level2.

The essential element of this level is the dangers of unchecked user input. It should further emphasize the skills learned on level 1.