Skip to content
Christian Holler (:decoder) edited this page Jan 27, 2015 · 2 revisions

FuzzManager

FuzzManager is a client/server infrastructure to manage fuzzing (automated testing) results. It was designed and implemented without having a specific fuzzing tool in mind. Instead, it aims to be as generic as possible. Highlights include:

  • Flexible server-side bucketing through configurable signatures
  • Signature export to clients, minimizing the server load
  • Bugtracker support, including filing bugs and tracking their state

Please note that FuzzManager is work in progress. We at Mozilla use FuzzManager already in production for security testing, but problems may occur in different (untested) setups. Furthermore, the UI is officially ugly, please help creating a better one ;)

Getting Started

Future Plans

Right now, FuzzManager is primarily a result management tool. In the future, it could also manage builds and deploy fuzzing instances (e.g. on EC2).

Clone this wiki locally