grizzly-framework


Namegrizzly-framework JSON
Version 0.18.0 PyPI version JSON
download
home_pagehttps://github.com/MozillaSecurity/grizzly
SummaryA framework for developing and running browser fuzzers
upload_time2023-12-13 18:45:06
maintainerMozilla Fuzzing Team
docs_urlNone
authorTyson Smith
requires_python>=3.8
licenseMPL 2.0
keywords firefox framework fuzz fuzzing test testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Grizzly
=======
[![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/grizzly/master/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/grizzly/master/latest)
[![codecov](https://codecov.io/gh/MozillaSecurity/grizzly/branch/master/graph/badge.svg)](https://codecov.io/gh/MozillaSecurity/grizzly)
[![Matrix](https://img.shields.io/badge/dynamic/json?color=green&label=chat&query=%24.chunk[%3F(%40.canonical_alias%3D%3D%22%23fuzzing%3Amozilla.org%22)].num_joined_members&suffix=%20users&url=https%3A%2F%2Fmozilla.modular.im%2F_matrix%2Fclient%2Fr0%2FpublicRooms&style=flat&logo=matrix)](https://riot.im/app/#/room/#fuzzing:mozilla.org)
[![PyPI](https://img.shields.io/pypi/v/grizzly-framework)](https://pypi.org/project/grizzly-framework)

Grizzly is a modular general purpose browser fuzzing framework. The goal is to create a platform that can be extended via the creation of plug-ins to support multiple combinations of browsers and fuzzers. An Adapter is used to add support for a fuzzer and a Target to add support for a browser. Generated test cases are intended to be standalone and not require Grizzly.

Cross platform compatibility is available for Windows, Linux and MacOS.
However not all features may be available.

For additional information please check out the [wiki](https://github.com/MozillaSecurity/grizzly/wiki) or the [announcement](https://blog.mozilla.org/security/2019/07/10/grizzly/).

Quick Start
------------
Install the latest version from PyPI. For more details see [getting started](https://github.com/MozillaSecurity/grizzly/wiki/Getting-Started) on the wiki.

```python3 -m pip install grizzly-framework```

**Fuzz** - Run the `no-op` test adapter to check everything is working.

```python3 -m grizzly <browser-binary> no-op```

**Reduce** - [Grizzly Reduce](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Reduce) can reduce a test case.

```python3 -m grizzly.reduce <browser-binary> <testcase>```

**Replay** - [Grizzly Replay](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Replay) can replay a test case with different builds and debuggers.

```python3 -m grizzly.replay <browser-binary> <testcase>```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MozillaSecurity/grizzly",
    "name": "grizzly-framework",
    "maintainer": "Mozilla Fuzzing Team",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "fuzzing@mozilla.com",
    "keywords": "firefox framework fuzz fuzzing test testing",
    "author": "Tyson Smith",
    "author_email": "twsmith@mozilla.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/aa/10b46b3e3781d0d5c1033e2d1ccadf9b65f354d5cc7d616e48e49261ad1d/grizzly-framework-0.18.0.tar.gz",
    "platform": null,
    "description": "Grizzly\n=======\n[![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/grizzly/master/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/grizzly/master/latest)\n[![codecov](https://codecov.io/gh/MozillaSecurity/grizzly/branch/master/graph/badge.svg)](https://codecov.io/gh/MozillaSecurity/grizzly)\n[![Matrix](https://img.shields.io/badge/dynamic/json?color=green&label=chat&query=%24.chunk[%3F(%40.canonical_alias%3D%3D%22%23fuzzing%3Amozilla.org%22)].num_joined_members&suffix=%20users&url=https%3A%2F%2Fmozilla.modular.im%2F_matrix%2Fclient%2Fr0%2FpublicRooms&style=flat&logo=matrix)](https://riot.im/app/#/room/#fuzzing:mozilla.org)\n[![PyPI](https://img.shields.io/pypi/v/grizzly-framework)](https://pypi.org/project/grizzly-framework)\n\nGrizzly is a modular general purpose browser fuzzing framework. The goal is to create a platform that can be extended via the creation of plug-ins to support multiple combinations of browsers and fuzzers. An Adapter is used to add support for a fuzzer and a Target to add support for a browser. Generated test cases are intended to be standalone and not require Grizzly.\n\nCross platform compatibility is available for Windows, Linux and MacOS.\nHowever not all features may be available.\n\nFor additional information please check out the [wiki](https://github.com/MozillaSecurity/grizzly/wiki) or the [announcement](https://blog.mozilla.org/security/2019/07/10/grizzly/).\n\nQuick Start\n------------\nInstall the latest version from PyPI. For more details see [getting started](https://github.com/MozillaSecurity/grizzly/wiki/Getting-Started) on the wiki.\n\n```python3 -m pip install grizzly-framework```\n\n**Fuzz** - Run the `no-op` test adapter to check everything is working.\n\n```python3 -m grizzly <browser-binary> no-op```\n\n**Reduce** - [Grizzly Reduce](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Reduce) can reduce a test case.\n\n```python3 -m grizzly.reduce <browser-binary> <testcase>```\n\n**Replay** - [Grizzly Replay](https://github.com/MozillaSecurity/grizzly/wiki/Grizzly-Replay) can replay a test case with different builds and debuggers.\n\n```python3 -m grizzly.replay <browser-binary> <testcase>```\n",
    "bugtrack_url": null,
    "license": "MPL 2.0",
    "summary": "A framework for developing and running browser fuzzers",
    "version": "0.18.0",
    "project_urls": {
        "Homepage": "https://github.com/MozillaSecurity/grizzly"
    },
    "split_keywords": [
        "firefox",
        "framework",
        "fuzz",
        "fuzzing",
        "test",
        "testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51145c15a5d7a89c705d494aec70efe91fc92b2af9a925e9a3c7cf5219cf55ef",
                "md5": "05f5e92526fbd750d5c8dec35169bb8d",
                "sha256": "ba9f6fe9715e08df60bb0bcf4ebefe64a3ae4124254ddc6c80020d0eabbe45d2"
            },
            "downloads": -1,
            "filename": "grizzly_framework-0.18.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05f5e92526fbd750d5c8dec35169bb8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 240303,
            "upload_time": "2023-12-13T18:45:04",
            "upload_time_iso_8601": "2023-12-13T18:45:04.716364Z",
            "url": "https://files.pythonhosted.org/packages/51/14/5c15a5d7a89c705d494aec70efe91fc92b2af9a925e9a3c7cf5219cf55ef/grizzly_framework-0.18.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbaa10b46b3e3781d0d5c1033e2d1ccadf9b65f354d5cc7d616e48e49261ad1d",
                "md5": "7ce2bca5267731102c4cb2fe0713a086",
                "sha256": "1855aa0f5d7ae7501977797346a9943180c6aaa4f225a9096945e55fb3cb62c6"
            },
            "downloads": -1,
            "filename": "grizzly-framework-0.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7ce2bca5267731102c4cb2fe0713a086",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 196009,
            "upload_time": "2023-12-13T18:45:06",
            "upload_time_iso_8601": "2023-12-13T18:45:06.646267Z",
            "url": "https://files.pythonhosted.org/packages/fb/aa/10b46b3e3781d0d5c1033e2d1ccadf9b65f354d5cc7d616e48e49261ad1d/grizzly-framework-0.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 18:45:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MozillaSecurity",
    "github_project": "grizzly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "grizzly-framework"
}
        
Elapsed time: 0.16585s