Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Alternatives to Consider

  • Odoo Reviews & Ratings
    1,554 Ratings
    Company Website
  • Parasoft Reviews & Ratings
    120 Ratings
    Company Website
  • Cisco Umbrella Reviews & Ratings
    1,154 Ratings
    Company Website
  • CompUp Reviews & Ratings
    65 Ratings
    Company Website
  • Kualitee Reviews & Ratings
    169 Ratings
    Company Website
  • MuukTest Reviews & Ratings
    29 Ratings
    Company Website
  • NeoLoad Reviews & Ratings
    360 Ratings
    Company Website
  • Boozang Reviews & Ratings
    14 Ratings
    Company Website
  • TrustInSoft Analyzer Reviews & Ratings
    6 Ratings
    Company Website
  • FocalReview Reviews & Ratings
    20 Ratings
    Company Website

What is go-fuzz?

Go-fuzz is a specialized fuzzing tool that utilizes coverage guidance to effectively test Go packages, making it particularly adept at handling complex inputs, whether they are textual or binary. This type of testing is essential for fortifying systems that must manage data from potentially unsafe sources, such as those arising from network interactions. Recently, go-fuzz has rolled out preliminary support for fuzzing Go Modules, encouraging users to report any issues they experience along with comprehensive details. The tool creates random input data, which is frequently invalid, and if a function returns a value of 1, it prompts the fuzzer to prioritize that input for subsequent tests, though it should not be included in the corpus, even if it reveals new coverage; conversely, a return value of 0 indicates the opposite, while other return values are earmarked for future improvements. It is necessary for the fuzz function to be placed within a package recognized by go-fuzz, thus excluding the main package from testing but allowing for the fuzzing of internal packages. This organized methodology not only streamlines the testing process but also enhances the focus on discovering vulnerabilities within the code, ultimately leading to more robust software solutions. By continuously refining its support and encouraging community feedback, go-fuzz aims to evolve and adapt to the needs of developers.

What is american fuzzy lop?

American Fuzzy Lop, known as afl-fuzz, is a security-oriented fuzzer that employs a novel method of compile-time instrumentation combined with genetic algorithms to automatically create effective test cases, which can reveal hidden internal states within the binary under examination. This technique greatly improves the functional coverage of the fuzzed code. Moreover, the streamlined and synthesized test cases generated by this tool can prove invaluable for kickstarting other, more intensive testing methodologies later on. In contrast to numerous other instrumented fuzzers, afl-fuzz prioritizes practicality by maintaining minimal performance overhead while utilizing a wide range of effective fuzzing strategies that reduce the necessary effort. It is designed to require minimal setup and can seamlessly handle complex, real-world scenarios typical of image parsing or file compression libraries. As an instrumentation-driven genetic fuzzer, it excels at crafting intricate file semantics that are applicable to a broad spectrum of difficult targets, making it an adaptable option for security assessments. Additionally, its capability to adjust to various environments makes it an even more attractive choice for developers in pursuit of reliable solutions. This versatility ensures that afl-fuzz remains a valuable asset in the ongoing quest for software security.

Media

Media

Integrations Supported

C
C++
ClusterFuzz
FreeBSD
Go
Google ClusterFuzz
Java
NetBSD
OCaml
Objective-C
OpenBSD
Python
QEMU
Rust

Integrations Supported

C
C++
ClusterFuzz
FreeBSD
Go
Google ClusterFuzz
Java
NetBSD
OCaml
Objective-C
OpenBSD
Python
QEMU
Rust

API Availability

Has API

API Availability

Has API

Pricing Information

Free
Free Trial Offered?
Free Version

Pricing Information

Free
Free Trial Offered?
Free Version

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Company Facts

Organization Name

dvyukov

Company Website

github.com/dvyukov/go-fuzz

Company Facts

Organization Name

Google

Company Location

United States

Company Website

github.com/google/AFL

Categories and Features

Categories and Features

Popular Alternatives

LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project

Popular Alternatives

afl-unicorn Reviews & Ratings

afl-unicorn

Battelle
Honggfuzz Reviews & Ratings

Honggfuzz

Google
LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project
Sulley Reviews & Ratings

Sulley

OpenRCE
Atheris Reviews & Ratings

Atheris

Google
go-fuzz Reviews & Ratings

go-fuzz

dvyukov