/fuzzing-lecture

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

Fuzz Testing Exercises

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.

Cloning the Repository

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.

Running Docker

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.