Jazzer is a coverage-guided, in-process fuzzer for the Java Virtual Machine.
It uses runtime code coverage to guide generated and mutated inputs towards unexplored execution paths, crashes and security vulnerabilities.
Based on libFuzzer, the software can run as a standalone command-line tool or integrate with JUnit 5 so fuzz tests reside alongside regular unit tests.
This is free and open source software.
Key Features
- Coverage-guided, in-process fuzzing.
- JUnit 5 integration using the
@FuzzTestannotation. - Standalone command-line operation.
- Regression and fuzzing modes.
- Generates and mutates primitives, strings, arrays and many standard library classes.
- Annotations for constraining generated values and input sizes.
- Accepts seed inputs from JUnit parameter sources.
- Retains inputs that discover new code coverage.
- Saves inputs that reproduce crashes and other failures.
- Built-in detectors for server-side request forgery, path traversal and operating-system command injection.
- Supports libFuzzer command-line options.
- Works with Maven, Gradle and Bazel.
- Supports Linux on x86-64 and ARM64 systems.
- Integration with OSS-Fuzz.
Website: github.com/CodeIntelligenceTesting/jazzer
Support:
Developer: Code Intelligence
License: Apache License 2.0
Jazzer is written in Java. Learn Java with our recommended free books and free tutorials.
Related Software
| Vulnerability Analysis Tools | |
|---|---|
| sqlmap | Penetration testing tool |
| BeEF | The Browser Exploitation Framework |
| pocsuite3 | Remote vulnerability testing framework |
| AFL++ | Security-oriented fuzzer |
| Wapiti | "Black-box" vulnerability scanner |
| jSQL Injection | Automatic SQL database injection |
| sif | Pentesting (recon/exploitation) suite |
| XSSer | Detect, exploit and report XSS vulnerabilities |
| Kanha | Web-app pentesting suite |
| simple fuzzer | A fuzzer with two network modes of operation |
| Doona | Fork of the Bruteforce Exploit Detector Tool |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.