clusterfuzz VS pyfuzzer

Compare clusterfuzz vs pyfuzzer and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
clusterfuzz pyfuzzer
3 1
5,203 24
0.5% -
9.8 1.8
2 days ago about 2 years ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

clusterfuzz

Posts with mentions or reviews of clusterfuzz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.
  • Fuzzing Ladybird with tools from Google Project Zero
    2 projects | news.ycombinator.com | 16 Mar 2024
    https://github.com/google/clusterfuzz

    At least Chromium has integrated multiple different fuzzers into their regular development workflow and found lots of bugs even before going public.

  • An ex-Googler's guide to dev tools
    7 projects | news.ycombinator.com | 17 Jul 2022
    Then it is clear that the behavior of this for loop is either not important or not being tested. This could mean that the tests that you do have are not useful and can be deleted.

    > For most non-trivial software the possible state-space is enormous and we generally don't/can't test all of it. So "not testing the (full) behaviour of your application is the default for any test strategy", if we could we wouldn't have bugs... Last I checked most software (including Google's) has plenty of bugs.

    I have also used (setup, fixed findings) using https://google.github.io/clusterfuzz/ which uses coverage + properties to find bugs in the way C++ code handles pointers and other things.

    > The next question would be let's say I spend my time writing the tests to resolve this (could be a lot of work) is that time better spent vs. other things I could be doing? (i.e. what's the ROI)

    That is something that will depend largely on the team and the code you are on. If you are in experimental code that isn't in production, is there value to this? Likely not. If you are writing code that if it fails to parse some data correctly you'll have a huge headache trying to fix it? Likely yes.

    The SRE workbook goes over making these calculations.

    > Even ignoring that is there data to support that the quality of software where mutation testing was added improved measurably (e.g. less bugs files against the deployed product, better uptime, etc?)

    I know that there are studies that show that tests reduce bugs but I do not know of studies that say that higher test coverage reduces bugs.

    The goal of mutation testing isn't to drive up coverage though. It is to find out what cases are not being exercised and evaluating if they will cause a problem. For example mutation testing tools have picked up cases like this:

       if (debug) print("Got here!");
  • ClusterFuzz is a scalable fuzzing infrastructure
    1 project | news.ycombinator.com | 25 Apr 2022

pyfuzzer

Posts with mentions or reviews of pyfuzzer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-17.
  • Frelatage: A fuzzing library to find vulnerabilities and bugs in Python applications
    4 projects | /r/Python | 17 Mar 2022
    Frelatage is a coverage-based Python fuzzing library which can be used to fuzz python code. The development of Frelatage was inspired by various other fuzzers, including AFL/AFL++, Atheris and PyFuzzer.The main purpose of the project is to take advantage of the best features of these fuzzers and gather them together into a new tool in order to efficiently fuzz python applications.

What are some alternatives?

When comparing clusterfuzz and pyfuzzer you can also consider the following projects:

rules_js - High-performance Bazel rules for running Node.js tools and building JavaScript projects

atheris

rules_pycross - Bazel + Python rules for cross-platform external dependencies

dirsearch - Web path scanner

anchore-engine - A service that analyzes docker images and scans for vulnerabilities

AFLplusplus - The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

oss-fuzz - OSS-Fuzz - continuous fuzzing for open source software.

hypothesis - Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

peafl64 - Static Binary Instrumentation tool for Windows x64 executables

dnstwist - Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation

mutant - Automated code reviews via mutation testing - semantic code coverage.

redirector-rs - A dead simple human-writable URL redirector based loosely on google's `go/` system.