IntroSec -- Fuzzing

Setting up

  1. Clone this repo or download the zip.
  2. Install docker. If you are under Windows, I strongly recommend that you first install Ubuntu Linux and then proceed with the installation of docker inside Ubuntu.
  3. Open a shell, move into the IntrosecFuzzing folder, and then run the following commands
docker build -t introsecfuzz .
docker run -it -v $(pwd)/:/IntrosecFuzzing/ introsecfuzz

Running an example

python3 sut_examples/cgi_coverage.py 

Running the challenge

  1. Download the fuzzme.exe executable from our CTF website.
  2. Copy fuzzme.exe in the fuzzme_exe folder.