This repository is made as a supplement to the fuzz testing lectures held by Lars Bo Frydenskov, Research Assistant at Aalborg University. In this repository, you find the slides used in the most recently held lecture and related exercises.
In order to clone the repository you can type the following command if you have git
installed on your system.
git clone https://github.com/larsbopark/fuzzing-lecture.git
Otherwise, you are able to download the zip, here.
Simply be sure to have Docker installed, and then run the build script.
./build-docker.sh
Then a container is spawned with a bash terminal to interact with the container.
The image used is pulled from aflplusplus/afplusplus
from Docker Hub.
For more information, take a look at AFL++ github repository.