Grizzly is a general purpose browser fuzzing framework made up of multiple modules. The intention is to create a platform that can be extended by the creation of adapters and targets to support different fuzzers that target browsers. An adapter is used to wrap an existing fuzzer to allow it to be run via Grizzly. Adapters take the content output by fuzzers and transform it (if needed) into a format that can be served to and processed by the browser. Cross platform compatibility is available for Windows, Linux and OSX. However not all features may be available.
For additional information please check out the wiki.
See getting started on the wiki.
Other target platforms can be defined as setuptools entry-points,
using the name "grizzly_targets". Targets must implement grizzly.target.Target
.