
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
grizzly-framework
Advanced tools
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 or the announcement.
Install the latest version from PyPI. For more details see getting started on the wiki.
python3 -m pip install grizzly-framework --upgrade
Fuzzing - Run the no-op test adapter to check everything is working.
grizzly <browser-binary> no-op
Reduce - Grizzly Reduce can reduce a test case.
grizzly-reduce <browser-binary> <testcase>
Replay - Grizzly Replay can replay a test case with different builds and debuggers.
grizzly-replay <browser-binary> <testcase>
Bugzilla is also supported by Grizzly Replay. Bugs can be replayed via a bug ID:
grizzly-replay-bugzilla <browser-binary> <bug_id>
Common questions can be found on the Q&A page. Questions can also be asked in the #fuzzing channel.
Please be sure you are using the latest version Grizzly before reporting issues.
FAQs
A framework for developing and running browser fuzzers
We found that grizzly-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.