-
Notifications
You must be signed in to change notification settings - Fork 48
Home
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 ;)
-
If you are new to FuzzManager, take a look at the big picture to figure out if this is the right tool for you
-
Read more about setting up a server and working with the client
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).