You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;)