afl-fuzzing-workshop
afl-fuzzing-workshop copied to clipboard
A introductory workshop to getting started with fuzzing using american fuzzy lop (AFL)
trafficstars
AFL Fuzzing Workshop
BSides Delhi 2019 - https://bsidesdelhi.in
Prerequisite
- VirtualBox
- Vagrant
- NodeJS (To start local Gitbook server)
Getting Started
Clone this repository
git clone https://github.com/abhisek/afl-fuzzing-workshop
Switch to repository directory
cd afl-fuzzing-workshop
Install Gitbook cli
sudo npm install -g gitbook-cli
Start local Gitbook server to following workshop content
cd gitbook
gitbook serve
Navigate to http://localhost:4000