This the Secure Coding course content for Fuzzing, Profilers and Pen testing.
This contains the exercises, and examples used within the course. The docker setup contains all the exercises within exercise/ folder. The examples in this module are under fuzzing/ and checkers/ folders.
First clone this repo, and enter the root directory of the project. Recursively fetch the submodules by running:
git clone https://github.com/ashamedbit/Fuzzingcourse
You can now build the environment required for the tool from using the Dockerfile included by running the following command:
docker build -t practice .
The build command will both setup the environment and the 3 test repositories. To enter the container invoke:
docker run -it practice