> cat /dev/github | grep security-tools
discovered 03 Aug 2026

javafuzz

via awesome-list
→ View on GitHub
Javafuzz is a coverage-guided fuzzer designed for testing Java packages, aimed at identifying errors like unhandled exceptions, logic bugs, and security vulnerabilities through iterative testing with random data. The tool emphasizes robustness by allowing developers to catch expected exceptions and focus on application-level checks while reporting unhandled exceptions and resource usage issues. Notably, it integrates seamlessly with Maven, offering a straightforward setup and execution process for fuzz testing within Java environments.