Looking for a Java fuzzing library or fuzzer tool with a good API [closed]

放肆的年华 提交于 2019-12-20 19:42:05

问题


Are there any fuzzer libraries out there for Java?

I'd like to sprinkle fuzzing capabilities into existing Java web-based automated integration tests. I've done a lot of searching but I'm coming up empty for a library that supports HTTP/S. There are a lot of Python tools, but I'd like to stick with Java since that's what the programmers are using.

JBroFuzz essentially has the fuzzing capabilities I need, but I need an API and they haven't released one yet.


回答1:


A quick search turned up the javafuzz library.




回答2:


The people with JBroFuzz have made it possible to use it as a library: http://www.owasp.org/index.php/OWASP_JBroFuzz_Tutorial#How_to_Use_JBroFuzz_as_a_Fuzzing_Library



来源:https://stackoverflow.com/questions/1099124/looking-for-a-java-fuzzing-library-or-fuzzer-tool-with-a-good-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!