Honggfuzz

Honggfuzz

Google
LibFuzzer

LibFuzzer

LLVM Project
go-fuzz

go-fuzz

dvyukov
python-sql

python-sql

Python Software Foundation

About

Honggfuzz is a security-oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW-based). It’s multi-process and multi-threaded, there’s no need to run multiple copies of your fuzzer, as Honggfuzz can unlock the potential of all your available CPU cores with a single running instance. The file corpus is automatically shared and improved between all fuzzed processes. It’s blazingly fast when the persistent fuzzing mode is used. A simple/empty LLVMFuzzerTestOneInput function can be tested with up to 1mo iteration per second on a relatively modern CPU. Has a solid track record of uncovered security bugs, the only (to date) vulnerability in OpenSSL with the critical score mark was discovered by Honggfuzz. As opposed to other fuzzers, it will discover and report hijacked/ignored signals from crashes (intercepted and potentially hidden by a fuzzed program).

About

LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine. LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entry point (or target function); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM’s SanitizerCoverage instrumentation. LibFuzzer is still fully supported in that important bugs will get fixed. The first step in using libFuzzer on a library is to implement a fuzz target, a function that accepts an array of bytes and does something interesting with these bytes using the API under test. Note that this fuzz target does not depend on libFuzzer in any way so it is possible and even desirable to use it with other fuzzing engines like AFL and/or Radamsa.

About

Go-fuzz is a coverage-guided fuzzing solution for testing Go packages. Fuzzing is mainly applicable to packages that parse complex inputs (both text and binary) and is especially useful for hardening systems that parse inputs from potentially malicious users (anything accepted over a network). go-fuzz has recently added preliminary support for fuzzing Go Modules. If you encounter a problem with modules, please file an issue with details. Data is a random input generated by go-fuzz, note that in most cases it is invalid. The function must return 1 if the fuzzer should increase the priority of the given input during subsequent fuzzing if the input must not be added to the corpus even if it gives new coverage, and 0 otherwise; other values are reserved for future use. The fuzz function must be in a package that go-fuzz can import. This means the code you want to test can't be in package main. Fuzzing internal packages is supported, however.

About

python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query. Update query with values. Update query with where condition. Update query with from the list. Delete query with where condition, and delete query with sub-query. Provides limit style, qmark style, and numeric style.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Anyone requiring a solution to detect coding errors and security vulnerabilities

Audience

Users requiring a fuzzing engine to analyze their code and applications

Audience

Developers looking for a solution to manage their network protocol fuzzing operations

Audience

Developers searching for a solution offering a library to write SQL queries

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Google
United States
github.com/google/honggfuzz

Company Information

LLVM Project
Founded: 2003
llvm.org/docs/LibFuzzer.html

Company Information

dvyukov
github.com/dvyukov/go-fuzz

Company Information

Python Software Foundation
United States
pypi.org/project/python-sql/

Alternatives

LibFuzzer

LibFuzzer

LLVM Project

Alternatives

afl-unicorn

afl-unicorn

Battelle

Alternatives

LibFuzzer

LibFuzzer

LLVM Project

Alternatives

Atheris

Atheris

Google
Atheris

Atheris

Google
Jazzer

Jazzer

Code Intelligence
Atheris

Atheris

Google
Honggfuzz

Honggfuzz

Google
ClusterFuzz

ClusterFuzz

Google
NGS-IQ

NGS-IQ

New Generation Software
go-fuzz

go-fuzz

dvyukov

Categories

Categories

Categories

Categories

Integrations

Atheris
C
C++
ClusterFuzz
Cygwin
Domino Enterprise MLOps Platform
FreeBSD
Fuzzbuzz
Google ClusterFuzz
Jazzer
NetBSD
OpenSSL
Python

Integrations

Atheris
C
C++
ClusterFuzz
Cygwin
Domino Enterprise MLOps Platform
FreeBSD
Fuzzbuzz
Google ClusterFuzz
Jazzer
NetBSD
OpenSSL
Python

Integrations

Atheris
C
C++
ClusterFuzz
Cygwin
Domino Enterprise MLOps Platform
FreeBSD
Fuzzbuzz
Google ClusterFuzz
Jazzer
NetBSD
OpenSSL
Python

Integrations

Atheris
C
C++
ClusterFuzz
Cygwin
Domino Enterprise MLOps Platform
FreeBSD
Fuzzbuzz
Google ClusterFuzz
Jazzer
NetBSD
OpenSSL
Python
Claim Honggfuzz and update features and information
Claim Honggfuzz and update features and information
Claim LibFuzzer and update features and information
Claim LibFuzzer and update features and information
Claim go-fuzz and update features and information
Claim go-fuzz and update features and information
Claim python-sql and update features and information
Claim python-sql and update features and information