Say I wanted to only fuzz with alphanumeric characters or specific strings with boofuzz. Is there a way to force this behavior? In sulley you can make a file named .fuzz_strings that I think does something like, is there something similar to this in boofuzz?
问问题
470 次
1 回答
1
我认为没有内置的方法可以从特定的字符或字符串列表中进行模糊测试。要自己制作,您可以扩展BasePrimitive
. 参见boofuzz/primitives/string.py
示例。
您还可以在 Github 存储库上打开问题并提出功能请求:https ://github.com/jtpereyda/boofuzz/issues
于 2017-04-15T04:47:33.407 回答