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

javafuzz

via awesome-list
→ View on GitHub
JavaFuzz is a Java class fuzzer that utilizes the Java Reflection API to construct and invoke classes dynamically. Its primary use case is to test the robustness of Java classes by generating and passing extreme or inappropriate values to their constructors and methods, enabling the detection of potential vulnerabilities. Notable features include customizable fuzzing options for recursion depth, string length, and the ability to focus on specific methods, making it a versatile tool for security testing in Java applications.