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

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,641 Ratings
    Company Website
  • Stigg Reviews & Ratings
    25 Ratings
    Company Website
  • Building Logistics Reviews & Ratings
    186 Ratings
    Company Website
  • Notifii Track Reviews & Ratings
    649 Ratings
    Company Website
  • Wiz Reviews & Ratings
    1,446 Ratings
    Company Website
  • CompUp Reviews & Ratings
    66 Ratings
    Company Website
  • Parasoft Reviews & Ratings
    142 Ratings
    Company Website
  • MuukTest Reviews & Ratings
    34 Ratings
    Company Website
  • Aesthetic Insight Reviews & Ratings
    10 Ratings
    Company Website
  • PackageX OCR Scanning Reviews & Ratings
    46 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 Sulley?

Sulley serves as a robust fuzz testing framework and engine that integrates a variety of extensible components. In my opinion, it exceeds the capabilities of most prior fuzzing tools, whether they are commercially available or open-source. The framework is intended to simplify not just the representation of data, but also how it is transmitted and instrumented. As a fully automated fuzzing solution crafted entirely in Python, Sulley functions independently of human oversight. Alongside its remarkable data generation abilities, Sulley boasts numerous essential features typical of a modern fuzzer. It diligently monitors network activity while maintaining comprehensive logs for in-depth analysis. Moreover, Sulley is designed to instrument and assess the stability of the target system, with the ability to restore it to a stable condition using various methods when necessary. It proficiently identifies, tracks, and categorizes any issues that occur during testing. Furthermore, Sulley can execute fuzzing tasks concurrently, significantly increasing the speed of the testing process. It also has the capability to autonomously discover unique sequences of test cases that trigger faults, which enhances the overall efficiency of the testing procedure. Additionally, Sulley’s extensive feature set makes it an invaluable asset for security testing and vulnerability assessment. Its continual evolution ensures that it remains at the forefront of fuzz testing technology.

What is APIFuzzer?

APIFuzzer is designed to thoroughly examine your API specifications by systematically testing various fields, ensuring that your application is equipped to handle unexpected inputs without requiring any programming knowledge. It can import API definitions from both local files and remote URLs while supporting multiple formats such as JSON and YAML. The tool is versatile, accommodating all HTTP methods and allowing for fuzz testing of different elements, including the request body, query parameters, path variables, and headers. By employing random data mutations, it integrates smoothly with continuous integration frameworks. Furthermore, APIFuzzer generates test reports in JUnit XML format and can route requests to alternative URLs as needed. Its configuration supports HTTP basic authentication, and any tests that do not pass are logged in JSON format and stored in a specified directory for convenient retrieval. This comprehensive functionality is essential for rigorously testing your API across a wide range of scenarios, ensuring its reliability and robustness. Ultimately, APIFuzzer empowers users to enhance the security and performance of their APIs effortlessly.

Media

Media

Media

Integrations Supported

Python
API Blueprint
Arize Phoenix
BudgetML
CircleCI
Git
GitHub
GraphQL
JSON
JUnit
OneDev
OpenAPIHub
Spark NLP
Swagger
XML

Integrations Supported

Python
API Blueprint
Arize Phoenix
BudgetML
CircleCI
Git
GitHub
GraphQL
JSON
JUnit
OneDev
OpenAPIHub
Spark NLP
Swagger
XML

Integrations Supported

Python
API Blueprint
Arize Phoenix
BudgetML
CircleCI
Git
GitHub
GraphQL
JSON
JUnit
OneDev
OpenAPIHub
Spark NLP
Swagger
XML

API Availability

Has API

API Availability

Has API

API Availability

Has API

Pricing Information

Free
Free Trial Offered?
Free Version

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

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

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

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

OpenRCE

Company Website

github.com/OpenRCE/sulley

Company Facts

Organization Name

PyPI

Company Website

pypi.org/project/APIFuzzer/

Categories and Features

Categories and Features

Categories and Features

Popular Alternatives

LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project

Popular Alternatives

Popular Alternatives

Echidna Reviews & Ratings

Echidna

Crytic
Atheris Reviews & Ratings

Atheris

Google
LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project
go-fuzz Reviews & Ratings

go-fuzz

dvyukov
ClusterFuzz Reviews & Ratings

ClusterFuzz

Google
ClusterFuzz Reviews & Ratings

ClusterFuzz

Google
Peach Fuzzer Reviews & Ratings

Peach Fuzzer

Peach Tech