This repository contains Exercises 6 and 10 from Nettitude's Secure Web Development Training.
To get started, clone this repository using the following command.
git clone https://github.com/nettitude/secure-development-training
Ensure any other containers are stopped prior to starting Exercise 6. Then, navigate into the exercise directory.
cd exercise-6
To start the container, run the following command:
sudo make
The exercise should then be accessible in a web browser via the local host:
To kill the container once you have completed the exercise, hit ctrl+c
in the terminal window.
Ensure any other containers (e.g. Exercise 6) are stopped prior to starting Exercise 10. Then, navigate into the exercise directory.
cd exercise-10
To start the container, run the following command:
sudo make
The exercise should then be accessible in a web browser via the local host:
To kill the container once you have completed the exercise, hit ctrl+c
in the terminal window.