Hi d33tah, On Thu, Feb 18, 2016 at 2:28 PM, Jacek Wielemborek <d33...@gmail.com> wrote: > I had been fascinated by afl-fuzz for quite a couple months so far and > based on how efficient it is in finding bugs in open source projects, > I'd like to ask the OpenVPN community whether somebody here tried out > this tool on this project. > > If not, you might be interested in my project that automates > recompilation of openvpn with afl-gcc: > > https://github.com/d33tah/aflize > > Just run "aflize openvpn" and you'll get build environment ready in minutes. > > Let me know if you'd like any help fuzzing OpenVPN, I'd be happy to > assist you guys :)
Thank you. This has been on my todo-list for ages now, but never got around to doing something with it. I'm not aware of any openvpn fuzzing with tools like afl. OpenVPN does have an internal, simple, fuzzer for network traffic, which randomly flips bits. Look for 'gremlin' in the source. -Steffan