Locked History Actions

TutorialDumbFuzzing

Tutorial: Dumb Fuzzing

Welcome to the dumb fuzzing tutorial, part of the Peach Quickstart. In this tutorial we are going to build a simple dumb fuzzer for PNG graphics files (.png). Our dumb fuzzer will use several sample files (also known as seed files) to mutate using methods like bit flipping, dword slides, etc. The target of this fuzzer is mplayer, an open-source, cross-platform, command line media player.

Tutorial Outline

  1. Development environment

  2. Creating the data model

  3. Creating the state model

  4. Configuring a publisher

  5. Adding an agent and monitor

Start >>