0xbigshaq / apache-afl

An automated setup for compiling & fuzzing Apache httpd server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apache-afl

An automated setup for compiling & fuzzing Apache httpd server.

More info about the process/journey can be found here: https://0xbigshaq.github.io/2022/03/12/fuzzing-smarter-part2

Usage

To start the build process, run:

./afl-toolchain.sh

To start fuzzing:

cd fuzzer-dir/
./afl-runner.sh

Tested on: AFL Version ++4.00c (release) under a aflplusplus/aflplusplus docker image

About

An automated setup for compiling & fuzzing Apache httpd server


Languages

Language:C 41.8%Language:Shell 38.4%Language:Python 19.8%