La0 / grizzly

A cross-platform browser fuzzing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grizzly

Build Status codecov IRC

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 or the announcement

Installation

See getting started on the wiki.

Target platforms

Other target platforms can be defined as setuptools entry-points, using the name "grizzly_targets". Targets must implement grizzly.target.Target.

About

A cross-platform browser fuzzing framework

License:Mozilla Public License 2.0


Languages

Language:Python 99.4%Language:HTML 0.6%