discovered 03 Aug 2026
javafuzz
→ View on GitHubJavaFuzz 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.